When I do "npm install" in my project's folder the download of the binding binary fails returning me this:
Downloading binary from https://github.com/sass/node-sass/releases/download/vhttps://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/vhttps://registry.npmjs.org/node-sass/-/node-sass-4.5.3.tgz/win32-x64-57_binding.node":HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.export HTTP_PROXY=http://example.com:1234or configure npm proxy via
npm config set proxy http://example.com:8080
npm -v): 5.0.3node -v): v8.1.3node -p process.versions): { http_parser: '2.7.0',
node: '8.1.3',
v8: '5.8.283.41',
uv: '1.12.0',
zlib: '1.2.11',
ares: '1.10.1-DEV',
modules: '57',
openssl: '1.0.2l',
icu: '59.1',
unicode: '9.0',
cldr: '31.0.1',
tz: '2017b' }node -p process.platform): win32node -p process.arch): x64Install the latest node-sass
On Sat., 18 Aug. 2018, 5:29 pm Martin, notifications@github.com wrote:
What is the solution for the 404 error, pls? I ve got the same problem.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sass/node-sass/issues/2035#issuecomment-414038727,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWGiSpRm31rWK8LXCTxevt16qD2R4ks5uR8J2gaJpZM4OMfS1
.
Most helpful comment
Install the latest node-sass
On Sat., 18 Aug. 2018, 5:29 pm Martin, notifications@github.com wrote: