A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
NPM problem "EBADENGINE" which I fail to solve
-
@Ix no
do
which node
this will tell the path to the first executable it finds
on my pi4 with node (from n)
is sayswhich node /usr/local/bin/node
on my x64 box with n 18
it sayswhich node /usr/local/bin/node
-
@sdetweil said in NPM problem "EBADENGINE" which I fail to solve:
@Ix no
do
which node
this will tell the path to the first executable it finds
ah I over read that.
here’s the result:
mirror@raspberrypi:/usr/local/n/versions/node $ which node /home/mirror/.nvm/versions/node/v18.18.0/bin/node
well that’s a completely different path… so what should I do now?
-
@Ix the module author says this is a bug in the lint checker…
do this, in the module folder
npm i @stylistic/eslint-plugin@1.8.1
then npm install
-
-
@Ix not me… another user
-
-