A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Unable to Install MagicMirror dependencies - npm error
-
@qtin try to update npm
sudo npm i -g npm
Then delete MagicMirror/node_modules
And then npm install from MagicMirror folder again -
@sdetweil
Hi SamThank you, I will give it another go and feed back. Just going to reload Raspbian again and try the above.
Would you recommend using the following command to clear the node modules inside the MagicMirror folder?
rm -rf node_modules/
-
@qtin yes
-
@sdetweil , It worked!
Thank you for the recommendation.
Still doesn’t make sense why it stopped working, unless there’s been an updated repository in the last week.
Thanks again and keep well.
-
@qtin cool. All kinds of changes get made everyday to libraries we use and they use…