Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Suddenly cannot npm install using node-sass 4.7.2 / node 6.9.2 #2814

Closed
Awbelton opened this issue Jan 7, 2020 · 3 comments
Closed

Suddenly cannot npm install using node-sass 4.7.2 / node 6.9.2 #2814

Awbelton opened this issue Jan 7, 2020 · 3 comments

Comments

@Awbelton
Copy link

Awbelton commented Jan 7, 2020

Using node 6.9.2, npm 6.13.4 and node-sass 4.7.2. Everything worked fine a few days ago, now I hit this snag:

npm ERR! code ETARGET
npm ERR! notarget No matching version found for semver@~5.3.0.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of 'node-gyp'

I've tried everything at this point, but to no avail.

@Rc85

This comment has been minimized.

@xzyfer
Copy link
Contributor

xzyfer commented Jan 16, 2020

@Rc85 you have a permission issue writing to /opt/portfolio/node_modules/node-sass/vendor. Check your permissions or try running npm install --unsafe-perms.

@xzyfer
Copy link
Contributor

xzyfer commented Jan 16, 2020

@Awbelton this is not a node-sass issue. Might be an node-gyp issue.

No matching version found for semver@~5.3.0.
...
It was specified as a dependency of 'node-gyp'

@xzyfer xzyfer closed this as completed Jan 16, 2020
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this issue Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants