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 😊
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 iwhich 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 😊