Skip to content

Commit

Permalink
📝 node-sass on Windows troubleshooting (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgwood authored and nlepage committed Sep 1, 2017
1 parent f86d6e4 commit 96b0e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ As immutad●t is still a very young project, we are also open to enhancement su
#### Installation :package:
We use [yarn](https://yarnpkg.com/) but you are free to use [npm](https://www.npmjs.com/) if you prefer.<br />
Once you have cloned the project, run `yarn` or `npm install` to install all the dependencies.
If you encounter trouble in the post-install phase involving `node-sass`, make sure you are building with VC++ 2013: `npm config set msvs_version 2013`.

#### Architecture :house:
We have only one peer dependency on [lodash](https://lodash.com/) and we intend to keep it that way.<br />
Expand Down

0 comments on commit 96b0e61

Please sign in to comment.