Dependency on node-sass outdated cannot install sass-brunch on windows10 x64
See original GitHub issueHi there!
I noticed today that I cannot install sass-brunch anymore on my machine. The reason seems to be the node-sass package v 3.8.x dependency.
My installation fails with the following message:
Cannot download "https://github.com/sass/node-sass/releases/download/v3.8.0/win32-x64-51_binding.node"
The latest version (and some versions earlier) seems to have this this 51 file.
https://github.com/sass/node-sass/releases/download/v3.13.0/win32-x64-51_binding.node
Cheers, Christoph
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Node Sass does not yet support your current environment
Documentation for npm rebuild says "This command runs the npm build command on the matched folders. This is useful when you install a...
Read more >node-sass
Start using node-sass in your project by running `npm i node-sass`. There are 12490 other projects in the npm registry using node-sass.
Read more >Install Sass
First install Sass using one of the options below, then run sass --version to be sure it installed correctly. If it did, this...
Read more >gulp-sass - node_modules - node-sass
Install. npm install node-sass. Some users have reported issues installing on Ubuntu due to node being registered to another package.
Read more >Node Sass does not yet support your current environment
This problem happens because the version of node-sass that you have installed is no longer compatible with the version of node you are ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue is still alive and well in 2018. As a newbie, it took me over an hour to figure out how to circumvent it. Version 2.10.4 does not install on my Windows 10 machine using npm the usual way, as it still asks for v3.8.0 of node-sass (postinstall), which cannot be found. I tried with both v8 and v9 of Node.js, by the way. For the sake of explicitness, this was the solution that worked:
npm install --save-dev https://github.com/brunch/sass-brunch.git
I still experience this problem when installing from npm: Cannot download “https://github.com/sass/node-sass/releases/download/v3.8.0/win32-x64-57_binding.node”:
You say I can use sass-brunch 2.10.4 instead of master, but thats the version currently on npm, and it still doesn’t work for me.