-
Notifications
You must be signed in to change notification settings - Fork 620
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
node-sass - npm install fails #26
Comments
Even i faced a similar problem, any resolution ? |
I removed the package that it complained about from package.json, then i
ran npm install - - save and the package name.
…On Dec 26, 2017 17:25, "Ted Sean" ***@***.***> wrote:
Even i faced a similar problem, any resolution ?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAoZl3N3zxha1Vu9TYuJbb6LNMkfgZiZks5tER4IgaJpZM4Q4Xa_>
.
|
The binary of node-sass 3.8 (Windows) does not seem to be available anymore, so the install fails. |
Step 1 : remove "node-sass": "^3.8.0" from package.json |
Firstly check your node version by typing Declared version of node-sass may not be supported by your node version, you can check the compatibility below: You may change your node version. |
$ npm i
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node":
HTTP error 404 Not Found
...
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] postinstall:
node scripts/build.js
npm ERR! Exit status 1
The text was updated successfully, but these errors were encountered: