Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My version of node-gyp is out of date #2310

Closed
Marc-Asmar opened this issue Jan 22, 2021 · 7 comments
Closed

My version of node-gyp is out of date #2310

Marc-Asmar opened this issue Jan 22, 2021 · 7 comments
Labels
ERR! node-gyp -v < v10.x.x npm install -g npm

Comments

@Marc-Asmar
Copy link

Hello, I have a problem with node-gyp, when I try to install a package example dotenv I get a really annoying error.
I updated node-gyp
I updated npm
Nothing works.
image

@tveronezi
Copy link

Try with a new version of node-gyp? It looks like you have v5.1.0

@cclauss cclauss added the ERR! node-gyp -v < v10.x.x npm install -g npm label Feb 1, 2021
@chengkai2022
Copy link

Try with a new version of node-gyp? It looks like you have v5.1.0

I have update the version of node-gpy as ,but when i run it,it works on older one.why?
屏幕截图(14)

@cclauss
Copy link
Contributor

cclauss commented Apr 27, 2021

You are going backwards!
The error log now says you are using node-gyp v3.8.0 vs. https://github.com/nodejs/node-gyp/releases

@cclauss cclauss changed the title This is a bug with node-gyp My version of node-gyp is out of date Apr 27, 2021
@chengkai2022
Copy link

You are going backwards!
The error log now says you are using node-gyp v3.8.0 vs. https://github.com/nodejs/node-gyp/releas

look the info of bottom,i have updated as
node-gyp -v 8.0.0
but it dose't work👀👀.
your help is needed

@cclauss
Copy link
Contributor

cclauss commented Apr 28, 2021

The log line npm ERR! node-gyp -v v3.8.0 is what matters.

Can you please try @DeeDeeG instructions here or
https://github.com/nodejs/node-gyp/wiki/Updating-npm%27s-bundled-node-gyp to try to get to a current node-gyp?

@chengkai2022
Copy link

The log line npm ERR! node-gyp -v v3.8.0 is what matters.

Can you please try @DeeDeeG instructions here or
https://github.com/nodejs/node-gyp/wiki/Updating-npm%27s-bundled-node-gyp to try to get to a current node-gyp?

Thank you! i have tried to get to a new node-gyp https://github.com/nodejs/node-gyp/wiki/Updating-npm%27s-bundled-node-gyp the day before yesterday,but it dose’t work.Finally,I find node-sass is the key,when i abandon it,everything is ok

@cclauss
Copy link
Contributor

cclauss commented Apr 29, 2021

Nodes Sass is deprecated in favor of Dart Sass sass/node-sass#2952

@cclauss cclauss closed this as completed Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERR! node-gyp -v < v10.x.x npm install -g npm
Projects
None yet
Development

No branches or pull requests

4 participants