Node-sass: [Unsupported] Installing 3.13.1 with Node 8

Created on 13 Jun 2017  Â·  5Comments  Â·  Source: sass/node-sass

[email protected] install C:\omitted\
node scripts/install.js

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

Looking into it, 3.13.1 only has release files up to /win32-x64-51_binding.node
https://github.com/sass/node-sass/releases/tag/v3.13.1

Most helpful comment

if node 8 is only supported with 4.5.3 then why would running 'npm install node-sass' request version 3.13.1 ?

All 5 comments

when i used -g it worked properly and got the latest version...
[email protected] install C:\omitted
node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-57_binding.node
Download complete..] - :

Correct, Node 8 is only supported with 4.5.3

if node 8 is only supported with 4.5.3 then why would running 'npm install node-sass' request version 3.13.1 ?

You can run npm ls node-sass to see which dependency is pulling in the
older node-sass.

On 14 Jun. 2017 2:42 am, "skaraman" notifications@github.com wrote:

if node 8 is only supported with 4.5.3 then why would running 'nom install
node-sass' request version 3.13.1 ?

—
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/2014#issuecomment-308176990,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAjZWPD7JjFwBiTwD19AzONnV5twrh88ks5sDrvzgaJpZM4N31Pn
.

  1. Run npm install node-sass@latest -g
  2. Modify package.json from your project to new version of node-sass
  3. Run npm install

It works for me.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mkbctrl picture mkbctrl  Â·  4Comments

pulkitnandan picture pulkitnandan  Â·  4Comments

goseesomething picture goseesomething  Â·  3Comments

harukaeru picture harukaeru  Â·  3Comments

cjo2118 picture cjo2118  Â·  3Comments