ianperrin / MMM-Formula1

A MagicMirror Module for displaying Formula 1 driver and constructor standings.
MIT License
30 stars 13 forks source link

update #45

Closed firbird1562 closed 1 year ago

firbird1562 commented 1 year ago

hoi. when i try to update with git pull i get this error

error: Your local changes to the following files would be overwritten by merge: package-lock.json package.json Please commit your changes or stash them before you merge. Aborting

ianperrin commented 1 year ago

Hi @firbird1562

no worries there is a simple fix for this.

First make sure you are in the directory for the module then run the following command git reset --hard

once that is done you should be able to pull the latest version

firbird1562 commented 1 year ago

oke thanks