-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
node-gyp ERR! stack Error: gyp
failed with exit code: 1
#2025
Comments
Node.js v8 is no longer supported. https://github.com/nodejs/Release#readme |
Hello, thanks for the fast reply. Now i have : but the problem is the same... Verbose output (from npm or node-gyp):
|
If it helps, i was missing the "make" and "g++" packages ( |
Having the exact same problem with node version 12.14.1 |
@spartaelcid you seem to have installed npm manually, so you also need to update it:
The npm you are using now has node-gyp 3.8.0, which does not support Visual Studio 2019. |
Also note that weak does not seem to work with Node.js v12: TooTallNate/node-weak#99 |
Hello, i try to update npm but i have the same issue : Verbose output (from npm or node-gyp):
|
Having the same problem when trying to upgrade nodejs version from v10.15.3 to 12.14.1 (CentOS)
When I downgrade to v10.15.3 it's working again |
this thing never worked on node 12 for me |
I also got around this by downgrading from node 13 or so to a node 10 version using nvm. I had to redownload a repository because I'd made a mess of one locally trying to do different things with npm install and ng update with the --force option. Anyways, as has been said, try changing your node version if you encounter this it seems. |
Also experiencing this issue with node 12.14.1 |
I am having the same issues when trying to publish to Azure App Service running Netcore31. no results yet. Over and over again and still the same problem as listed here. The problem is with node-sass and node-gyp. I am running Clean Architecture, .netcore 3.1.2 +-- @angular-devkit/build-angular@0.803.25 |
if you are windows user, try install windows-build-tools. I had solved this issue when I installed visual studio 2019, You should install visual studio 2017 or 2015. see sass/node-sass#2074. In my knowns, visual studio 2019 not support node-sass compile yet. |
Also seeing this issue with These errors only occur when using |
Same issue for me with Node.js v12.16.1. && npm@6.14.4 |
|
same issue here in the error log it says: node-gyp -v v5.1.0 on OSX after updating both node and npm to latest: $ node --version $ npm --version (xcode-select --install already installed) |
reinstalling x-code tools seems to have fixed it -> schnerd/d3-scale-cluster#7 |
I will close this issue as I don't see anything we can do on the node-gyp side for the issues above. If I missed anything, we can always reopen. For the issues here with the
For the issues here with the
However, If you actually need to build |
I got the workaround for this error, |
Uninstall Node and Reinstall , It's solved in my side |
in my situation, turn from |
$ node -v
v8.11.3
$ npm -v
6.5.0
Verbose output (from npm or node-gyp):
The text was updated successfully, but these errors were encountered: