Replies: 2 comments
-
Update your nodejs. You have an old Version |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
the current update doesn't work for me I'm afraid.
Verbose mode tells me following:
npm error code EBADENGINE
npm error engine Unsupported engine
npm error engine Not compatible with your version of node/npm: [email protected]
npm error notsup Not compatible with your version of node/npm: [email protected]
npm error notsup Required: {"node":"^20.17.0 || >=22.9.0"}
npm error notsup Actual: {"npm":"10.9.1","node":"v18.18.2"}
npm error A complete log of this run can be found in: /root/.npm/_logs/2025-04-11T07_39_24_534Z-debug-0.log
here is the log:
0 verbose cli /usr/bin/node /usr/bin/npm
1 info using [email protected]
2 info using [email protected]
3 silly config load:file:/usr/lib/node_modules/npm/npmrc
4 silly config load:file:/root/.npmrc
5 silly config load:file:/usr/etc/npmrc
6 verbose title npm install [email protected]
7 verbose argv "install" "--global" "[email protected]"
8 verbose logfile logs-max:10 dir:/root/.npm/_logs/2025-04-11T07_52_03_433Z-
9 verbose logfile /root/.npm/_logs/2025-04-11T07_52_03_433Z-debug-0.log
10 silly logfile start cleaning logs, removing 1 files
11 silly logfile done cleaning log files
12 http fetch GET 200 https://registry.npmjs.org/npm 214ms (cache updated)
13 verbose stack Error: Unsupported engine
13 verbose stack at Object.checkEngine (/usr/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js:16:25)
13 verbose stack at Install.exec (/usr/lib/node_modules/npm/lib/commands/install.js:113:16)
13 verbose stack at async Npm.exec (/usr/lib/node_modules/npm/lib/npm.js:207:9)
13 verbose stack at async module.exports (/usr/lib/node_modules/npm/lib/cli/entry.js:74:5)
14 verbose pkgid [email protected]
15 error code EBADENGINE
16 error engine Unsupported engine
17 error engine Not compatible with your version of node/npm: [email protected]
18 error notsup Not compatible with your version of node/npm: [email protected]
18 error notsup Required: {"node":"^20.17.0 || >=22.9.0"}
18 error notsup Actual: {"npm":"10.9.1","node":"v18.18.2"}
19 verbose cwd /root/.npm/_logs
20 verbose os Linux 6.8.12-9-pve
21 verbose node v18.18.2
22 verbose npm v10.9.1
23 verbose exit 1
24 verbose code 1
25 error A complete log of this run can be found in: /root/.npm/_logs/2025-04-11T07_52_03_433Z-debug-0.log
I can't figure out to resolve this.
I haven't found anything similar in the discussions.
Any help is much apprecaited
Cheers
Beta Was this translation helpful? Give feedback.
All reactions