mirage icon indicating copy to clipboard operation
mirage copied to clipboard

Cannot build locally

Open leonsery opened this issue 6 years ago • 3 comments

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?

leonsery avatar Nov 03 '19 17:11 leonsery

i also got the same error. any fix?

Eglet27 avatar Jan 30 '20 04:01 Eglet27

change on package.json the version of node-sass to version into here https://github.com/sass/node-sass on your node version.

SergioMatheus avatar Feb 07 '20 15:02 SergioMatheus

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?

mvinay71 avatar May 17 '23 05:05 mvinay71