Read the statement by Michael Teeuw here.
Help to install bluelinky
-
The MMM-Bluelinky2 need bluelinky to work, but get this.
But how can i fix this. ???npm install bluelinky
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: magicmirror@2.29.0
npm ERR! notsup Not compatible with your version of node/npm: magicmirror@2.29.0
npm ERR! notsup Required: {“node”:“>=20.9.0 <21 || 22”}
npm ERR! notsup Actual: {“npm”:“10.5.0”,“node”:“v21.7.3”} -
@Assassins said in Help to install bluelinky:
npm ERR! notsup Required: {“node”:“>=20.9.0 <21 || 22”}
npm ERR! notsup Actual: {“npm”:“10.5.0”,“node”:“v21.7.3”}bluelinky wans node up to 20.9 or 22, and NOT ANY 21
you have node 21… oops…
so , install node 22
22.18 is current
maybe this will help
https://forum.magicmirror.builders/topic/19770/nodejs-version-update-issue/2?_=1759892047767note you have to do another npm install in the MM folder too after you upgrade node
-
@sdetweil okay, how can i update it, so i do it 100% right. ???
-
@Assassins see the instructions at the link I provided
Use 22.18.0 instead of 22.14.0 -
@sdetweil OKay, thanks, i will try it tomorrow :-)
-
@sdetweil said in Help to install bluelinky:
bluelinky wans node up to 20.9 or 22, and NOT ANY 21
message comes from mm, he is on an outdated version 2.29.0 …
-
@sdetweil Thanks, is work
-
A Assassins has marked this topic as solved
-
@Assassins actually this looks like a combination of problems
You don’t use npm install to. INSTALL a module
You use git clone while the current directory is
~/MagicMirror/modules
Then change the current directory to the module folder you just cloned
THEN if there is a package.json in THAT folder do npm install thereIt looks like you were in the MagicMirror folder