Skip to content

Commit

Permalink
docs: Replace VS 2013 requirement with node-gyp (#2028)
Browse files Browse the repository at this point in the history
Closes #2027
  • Loading branch information
nschonni committed Jun 27, 2017
1 parent 74179fc commit 4f9b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ npm install node-sass

Some users have reported issues installing on Ubuntu due to `node` being registered to another package. [Follow the official NodeJS docs](https://github.com/nodejs/node-v0.x-archive/wiki/Installing-Node.js-via-package-manager) to install NodeJS so that `#!/usr/bin/env node` correctly resolved.

Compiling versions 0.9.4 and above on Windows machines requires [Visual Studio 2013 WD](https://www.microsoft.com/en-us/download/details.aspx?id=44914). If you have multiple VS versions, use ```npm install``` with the ```--msvs_version=2013``` flag also use this flag when rebuilding the module with node-gyp or nw-gyp.
Compiling on Windows machines requires the [node-gyp prerequisits](https://github.com/nodejs/node-gyp#on-windows).

**Having installation troubles? Check out our [Troubleshooting guide](/TROUBLESHOOTING.md).**

Expand Down

0 comments on commit 4f9b667

Please sign in to comment.