A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
normal update (git pull) for modules does not work...
-
error: Your local changes to the following files would be overwritten by merge: package-lock.json Please commit your changes or stash them before you merge.
does anybody know how to update the modules…
thanks
-
Hi @Stoffbeuteluwe .
What you can do is checkout that file from git
git checkout package-lock.json
and then
git pull
-
and then
npm install
-