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

npm ERR during downloading node-v16.16.0-headers.tar.gz #1145

Open
schernushenko opened this issue May 13, 2024 · 0 comments
Open

npm ERR during downloading node-v16.16.0-headers.tar.gz #1145

schernushenko opened this issue May 13, 2024 · 0 comments

Comments

@schernushenko
Copy link

Hello !
I'm using frontend-maven-plugin (version 1.10.0) to compile Camunda cockpit plugin implemented on ReactJS

Access to most external resources including nodejs.org are closed in our organization and during compilation I faced with error below. Could you please suggest me approach to work around the problem and compile plugin ?

[17:46:03,235] [INFO] npm ERR! gyp verb command install [ '16.16.0' ]
[17:46:03,235] [INFO] npm ERR! gyp verb install input version string "16.16.0"
[17:46:03,235] [INFO] npm ERR! gyp verb install installing version: 16.16.0
[17:46:03,235] [INFO] npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed
[17:46:03,235] [INFO] npm ERR! gyp verb install version not already installed, continuing with install 16.16.0
[17:46:03,235] [INFO] npm ERR! gyp verb ensuring nodedir is created /root/.cache/node-gyp/16.16.0
[17:46:03,235] [INFO] npm ERR! gyp verb created nodedir /root/.cache
[17:46:03,235] [INFO] npm ERR! gyp http GET https://nodejs.org/download/release/v16.16.0/node-v16.16.0-headers.tar.gz
[17:46:03,235] [INFO] npm ERR! gyp WARN install got an error, rolling back install
[17:46:03,235] [INFO] npm ERR! gyp verb command remove [ '16.16.0' ]
[17:46:03,235] [INFO] npm ERR! gyp verb remove using node-gyp dir: /root/.cache/node-gyp
[17:46:03,235] [INFO] npm ERR! gyp verb remove removing target version: 16.16.0
[17:46:03,235] [INFO] npm ERR! gyp verb remove removing development files for version: 16.16.0
[17:46:03,235] [INFO] npm ERR! gyp ERR! configure error
[17:46:03,235] [INFO] npm ERR! gyp ERR! stack Error: connect ETIMEDOUT 104.20.23.46:443
[17:46:03,235] [INFO] npm ERR! gyp ERR! stack at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[17:46:03,235] [INFO] npm ERR! gyp ERR! System Linux 3.10.0-1160.el7.x86_64

Thank you in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant