You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ You will also need to install:
50
50
* If you get errors that the 64-bit compilers are not installed you may also need the [compiler update for the Windows SDK 7.1]
51
51
* Windows 7/8:
52
52
* Microsoft Visual Studio C++ 2013 for Windows Desktop ([Express][msvc2013] version works well)
53
+
* Windows 10:
54
+
* Install the latest version of npm (3.3.6 at the time of writing)
55
+
* Install Python 2.7 from https://www.python.org/download/releases/2.7/ and make sure its on the System Path
56
+
* Install Visual Studio Community 2015 Edition. (Custom Install, Select Visual C++ during the installation)
57
+
* Set the environment variable GYP_MSVS_VERSION=2015
58
+
* Run the command prompt as Administrator
59
+
* $ npm install (--msvs_version=2015) <-- Shouldn't be needed if you have set GYP_MSVS_VERSION env
60
+
* If the above steps have not worked or you are unsure please visit http://www.serverpals.com/blog/building-using-node-gyp-with-visual-studio-express-2015-on-windows-10-pro-x64 for a full walkthrough
53
61
* All Windows Versions
54
62
* For 64-bit builds of node and native modules you will _**also**_ need the [Windows 7 64-bit SDK][win7sdk]
55
63
* You may need to run one of the following commands if your build complains about WindowsSDKDir not being set, and you are sure you have already installed the SDK:
0 commit comments