Read the statement by Michael Teeuw here.
Stuck at Unable to install dependencies!
-
This post is deleted! -
@dæmoneyes said in Stuck at Unable to install dependencies!:
fresh rasbian stretch
yes, stretch doesn’t install npm or node, which are required…
follow this
https://linuxhint.com/install_npm_debian/ -
@sdetweil Thanks! I’ve installed nodejs and npm according to that.
Now do I try installing MagicMirror with that curl script again? -
@dæmoneyes yes… best to erase the MM folder and start again
cd ~ rm -rf MagicMirror
then run the install script again
what versions of node and npm were installed
node -v
and
npm -v
-
@sdetweil node v8.15.0
npm v6.4.1Ok going to try to erase MM with your script now! Thank you so much for your help!
-
@dæmoneyes looks good (node/npm)… let us know how it goes
-
@sdetweil IT WORKED!!! Thank you so much for all your guidance! I found so many people online stuck with same issue, so I’ll link this topic page so everyone else can benefit from your genius too!
-
This post is deleted! -
Thank you for the much needed help, ive been reading everything possible to get things going.