I just finished creating a NextJs project and i ran npm run dev
to start the project; but instead the terminal displays
I'm currently not sure what is causing this. Please i need help
CodePudding user response:
try and delete the project node modules and the lock file and redo npm install
CodePudding user response:
try to delete "_next" and "node_modules" folder with the package-lock.json file. then try npm install and npm run dev.
This worked for me