-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
error when installing npm on a ccu3 #6810
Comments
That implies you have too old a version of node. Also what’s a ccu? |
CCU3 = Homematic IP Controller. I assume based on Raspberry but with some very specific setup! Any Idea how I could deinstall the current version? |
Please fill out the “environment” section in the template. |
most of that is unknown to me - but I will try! and npm config ls will not work anymore! |
node 8 is the problem; the oldest version of node that’s still supported is 18, and node 8 has been EOL for many years. |
any idea how I could update? |
since npm is back working again - to some extend - I will stay with this. I only use npm to install or upgrade node red. All other updates are done via propriatary procedures of Homematic IP. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
`curl -qL https://www.npmjs.com/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3755 100 3755 0 0 18406 0 --:--:-- --:--:-- --:--:-- 18497
fetching: https://registry.npmjs.org/npm/-/npm-10.1.0.tgz
removing existing npm
/tmp/npm.5571/package/lib/es6/validate-engines.js:31
throw err
^
Error: Cannot find module 'timers/promises'
`
Expected Behavior
No response
Steps To Reproduce
Environment
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered: