Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

npm install fails on node-sass binary #165

Closed
JohnMilazzo opened this issue Nov 6, 2018 · 5 comments · Fixed by #309
Closed

npm install fails on node-sass binary #165

JohnMilazzo opened this issue Nov 6, 2018 · 5 comments · Fixed by #309

Comments

@JohnMilazzo
Copy link

npm install

node-sass@4.7.2 install /mnt/c/devjm/typescript/miner/node_modules/node-sass
node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-64_binding.node":
HTTP error 404 Not Found

updating package.json to use ^4.10.0 seems to make life good again.

@nanocrowd
Copy link

@JohnMilazzo - I ran into the same issue, initially. After node-sass@4.10.0 was installed, the install completed. However, when it came time to build, things got ugly again.

For me, the resolution was:

  • npm audit fix

After which,

  • npm run build
  • npm start

fired up the server, which is now working quite well.

@Yonet
Copy link

Yonet commented Sep 1, 2020

Installing node-sass fixes the issue.

npm i node-sass --save-dev

@peterblazejewicz
Copy link
Collaborator

@Yonet
I think there could be an issue with specific node-sass version - on Windows. Are you on Windows? Can you post which version was added to your local package.json? I'll update the dependency, as I've experienced same problem recently on Windows machine.

@Yonet
Copy link

Yonet commented Sep 3, 2020

@peterblazejewicz, I was running into other problems and I didn't have a chance to get the project to run. There wasn't any sass issues logged but I can't confirm there weren't any issues on runtime.
node-sass version: 4.14.1

peterblazejewicz added a commit to peterblazejewicz/TypeScript-Node-Starter that referenced this issue Sep 4, 2020
This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes microsoft#165
@peterblazejewicz
Copy link
Collaborator

thx , I've made a PR bumping with minor version, for me it's solid on Win10, compared to 4.13.*

peterblazejewicz added a commit that referenced this issue Sep 7, 2020
This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes #165
brittanydrandolph pushed a commit that referenced this issue Jun 17, 2022
This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes #165
pull bot pushed a commit to nemoipaha/TypeScript-Node-Starter that referenced this issue Jul 2, 2022
This version bump should fix issue with `node-sass` installation on some
systems.
Tested on Win 10.

Thanks!

Closes microsoft#165
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants