Skip to content
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

Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node": #37

Open
ErnestAgel opened this issue Jun 22, 2020 · 2 comments

Comments

@ErnestAgel
Copy link

I just trying to follow the instruct :npm install ,it reported that
setting up Git hooks
can't find .git directory, skipping Git hooks installation

node-sass@4.12.0 install D:\Desktop\VUE\vue-getting-started\02-getting-started\end\vue-heroes\node_modules\node-sass
node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.12.0/win32-x64-83_binding.node":

HTTP error 404 Not Found

even i tried to "cnpm install" failed too!

@jj-fx
Copy link

jj-fx commented Jun 27, 2020

Yeah it looks like they remove old versions. So I went here https://github.com/sass/node-sass/releases/ and it looks like the latest version is 4.14.1

@frankbret
Copy link

4.12 is there but bugged.
You need to change this line in package.json :
"node-sass": "^4.12.0",
for
"node-sass": "^4.14.0",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants