appbaseio / mirage

:art: GUI for simplifying Elasticsearch Query DSL
http://opensource.appbase.io/mirage
Other
2.21k stars 123 forks source link

Cannot build locally #83

Open leonsery opened 5 years ago

leonsery commented 5 years ago

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?

Eglet27 commented 4 years ago

i also got the same error. any fix?

SergioMatheus commented 4 years ago

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

mvinay71 commented 1 year ago

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?