Not recognising latest NodeJS builds. Warnings on updating packages. #957
OrigSorceror
started this conversation in
General
Replies: 1 comment 1 reply
-
It looks like you have node 18 installed. Node 16 is the current LTS version, and is the only version that will work properly with the Ring plugin |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Not that it affects anything greatly, everything still works. but when installing updates i get the following :
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '^16', homebridge: '>=1.4.0' },
npm WARN EBADENGINE current: { node: 'v18.2.0', npm: '8.9.0' }
npm WARN EBADENGINE }
npm WARN deprecated [email protected]: request-promise has been deprecated because it extends the now deprecated request package, see request/request#3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see request/request#3142
just an FYI at this stage ;)
Regards,
Alan
Beta Was this translation helpful? Give feedback.
All reactions