We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During 'npm install' I have the following error:
node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node"
I checked - in v3.13.1 indeed there is no win32-x64-72_binding.node release. Last one is win32-x64-51_binding.node
How can I fix the error?
The text was updated successfully, but these errors were encountered:
i also got the same error. any fix?
Sorry, something went wrong.
change on package.json the version of node-sass to version into here https://github.com/sass/node-sass on your node version.
During 'npm install' I have the following error: node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-72_binding.node" I checked - in v3.13.1 indeed there is no win32-x64-72_binding.node release. Last one is win32-x64-51_binding.node How can I fix the error?
Issue is resolved?
No branches or pull requests
During 'npm install' I have the following error:
I checked - in v3.13.1 indeed there is no win32-x64-72_binding.node release. Last one is win32-x64-51_binding.node
How can I fix the error?
The text was updated successfully, but these errors were encountered: