Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Cannot find module 'D:\next\dist\bin\next' when running npm run dev on a Next project

Trying to setup my dev environment on a new PC and I get this error when running npm run dev

enter image description here

Been trying to search for an answer for an hour now but can't find a solution.

I've tried deleting node-modules and package-lock.json and running npm install again. It didn't work.

Node version is v18.4.0

Any ideas?

like image 458
kablash Avatar asked Oct 28 '25 09:10

kablash


1 Answers

Ok, I figured it out. The problem was the folder name "Will & Skill". Changing it to "WillAndSkill" makes it work.

like image 116
kablash Avatar answered Oct 31 '25 00:10

kablash