[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
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
.
It works for me.
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 ?