Skip to content

Commit 100332d

Browse files
authored
Merge pull request microsoft#68 from gangsthub/patch-1
update line with emoji and bq indentation:
2 parents 0661e02 + be15f13 commit 100332d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

windows-environment.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ How do you know if an npm package you want to install is a native module? Look f
7676

7777
* Option 1: Install all the required tools and configurations using Microsoft's [windows-build-tools](https://github.com/felixrieseberg/windows-build-tools) by running `npm install -g windows-build-tools` from an elevated PowerShell (run as Administrator).
7878
* Option 2: Install dependencies and configuration manually
79-
1. Visual C++ Build Environment:
80-
* Option 1: Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install** option.
81-
* Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.
82-
83-
> :bulb: [Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
79+
1. Visual C++ Build Environment:
80+
* Option 1: Install [Visual C++ Build Tools](http://go.microsoft.com/fwlink/?LinkId=691126) using the **Default Install** option.
81+
* Option 2: Install [Visual Studio 2015](https://www.visualstudio.com/products/visual-studio-community-vs) (or modify an existing installation) and select *Common Tools for Visual C++* during setup. This also works with the free Community and Express for Desktop editions.
82+
83+
> :bulb: [Windows Vista / 7 only] requires [.NET Framework 4.5.1](http://www.microsoft.com/en-us/download/details.aspx?id=40773)
8484
85-
2. Install [Python 2.7](https://www.python.org/downloads/) (`v3.x.x` is not supported), and run `npm config set python python2.7`
86-
3. Launch cmd, `npm config set msvs_version 2015`
85+
2. Install [Python 2.7](https://www.python.org/downloads/) (`v3.x.x` is not supported), and run `npm config set python python2.7`
86+
3. Launch cmd, `npm config set msvs_version 2015`
8787

8888
> :chart_with_upwards_trend: **IN PROGRESS** there are currently two efforts underway to make it easier to install native modules.
8989
* We recognize that installing full VS can be burdensome, and we released the more minimal Visual C++ Build tools to help resolve this issue. The Build Tools are still in Technical preview, so please let us know if you run into any Windows-specific configuration issues so we can address them in the next release, and watch [this thread](https://github.com/nodejs/node-gyp/issues/629) for updates.

0 commit comments

Comments
 (0)