Trying to setup my dev environment on a new PC and I get this error when running npm run dev
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?
Ok, I figured it out. The problem was the folder name "Will & Skill". Changing it to "WillAndSkill" makes it work.