Read the statement by Michael Teeuw here.
Updating to v2.2.0...
-
Can anyone help? I get the same message no matter what I try to do.
-
Just trying to cover all the bases here, but are you on the master branch? You can run
git branch
to see. It should say something like:pi@Magic-Mirror:~/ $ cd MagicMirror pi@Magic-Mirror:~/MagicMirror $ git branch * master
The asterisk denotes which branch is your current one.
If for some reason you’re not on the master branch usegit checkout master
to switch back to the master branch.
Then try runninggit pull
and see if anything happens. Hopefully you get a list of files that have been changed. If not, and you don’t see an error messages trygit pull -v
to see what errors (if any) you are getting.
Hopefully that all works out, then you can just runnpm install
and you should be all set.Good luck.
-
-
okay, try running
rm -f ~/MagicMirror/.git/index.lock
then trygit pull
again. Hopefully you’ll see more than:
Updating b799609..20823bf
-
Thank you so much!! That seems to have fixed it!!