I Wworked on an ecom site a while ago and deployed it . Later i wanted to readjust some stuff in the webute , so i clone the project again . I also ran npm install to install the dependecy but once imopen localhost:3000 in my server , i get INTERNAL SERVAL ERROr . How fo i solve this
[enter image description here](https://i.stack.imgur.com/8xLu4.png)
load my project on my browser
CodePudding user response:
Please delete your node_module
file and re-install your package again. I hope It work again.
CodePudding user response:
Please try deleting the package-lock.json file and reinstalling it.