-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use gulp-sass anymore because it keeps installing 2.0 beta #192
Comments
same |
|
Then this happens. Sam thing when installing in the project dir. npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--global" "gulp-sass@1.2.4" npm ERR! node-sass@1.2.3 postinstall: |
Nothing you install is going to work with 0.12, node-sass doesn't support 0.12 yet. node-sass 2.0 will support io.js and 0.12 when it's released. You should follow sass/node-sass#627 and go back to node 0.10 if node-sass is critical for your deployment. |
Ok, thanks. |
Can't this be closed now? |
yep |
Thanks Lord dlmanning, all works well with 0.12. |
npm install gulp-sass@1.3.2
Gives: node-sass@2.0.0-beta install
node-sass@2.0.0-beta postinstall
Then when running gulp it says:
Module._extensionsextension;
^
Error: no errorc:\Users...\node_modules\gulp-sass\node_modules\node-sass\vendor\win32-x64\binding.node
at Error (native)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object. (c:\Users...\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:211:15)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: