You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a tiny error in the package-lock.json (I think someone how an open curly bracket got deleted) which is resulting in some strange behaviour. You could try deleting the package-lock.json altogether, and re-running npm i which will recreate it
I also tried removing servor (npm rm servor) and reinstalling it but I think the problem was the package-lock.json
Fixing this should let your app load properly 😊
The text was updated successfully, but these errors were encountered:
I think there is a tiny error in the package-lock.json (I think someone how an open curly bracket got deleted) which is resulting in some strange behaviour. You could try deleting the package-lock.json altogether, and re-running
npm i
which will recreate itI also tried removing servor (
npm rm servor
) and reinstalling it but I think the problem was the package-lock.jsonFixing this should let your app load properly 😊
The text was updated successfully, but these errors were encountered: