Error: Cannot find module 'C:\Users\steam\Desktop\next\dist\bin\next' When running 'npm run dev'
Unanswered
gin posted this in #help-forum
ginOP
Someone know why npm run dev gives me this error?
running with just next dev without the npm works but the project doesnt refresh when i change files.
Also yesterday it worked for some reason after it not working for almost a week
Error: Cannot find module 'C:\Users\steam\Desktop\next\dist\bin\next'running with just next dev without the npm works but the project doesnt refresh when i change files.
Also yesterday it worked for some reason after it not working for almost a week
2 Replies
ginOP
Also why is it going for the Desktop\next\ path?
Seems like you have globally installed next? Uninstall the global next module and re run npm install inside your project directory