Hello,
I’m having some trouble with the update when I tried to install I get this error
Updating de57daa..b508a62
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.
Aborting
when I try to remove the offending file I get this
rm: cannot remove 'pacage-lock.json': No such file or directory
pi@raspberrypi:~/MagicMirror $ rm package-lock.json
rm: cannot remove 'package-lock.json': No such file or directory
Does anyone have any clue how I proceed?