Commit 6b416e90 by Andrew Nesbitt

Merge pull request #122 from silver83/master

installation failes on windows : --msvs_version npm flag ignored during binding build
parents cc1c0a05 cfe6e89a
......@@ -24,7 +24,6 @@
"url": "git://github.com/andrew/node-sass.git"
},
"scripts": {
"install": "node rebuild.js",
"test": "mocha test"
},
"bin": {
......
var spawn = require('child_process').spawn;
spawn('node-gyp', ['rebuild']);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment