question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dependency on node-sass outdated cannot install sass-brunch on windows10 x64

See original GitHub issue

Hi 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:closed
  • Created 7 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
kotsiuscommented, Jan 30, 2018

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

2reactions
a00andoscommented, Sep 8, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found