Next.js Discord

Discord Forum

Module not found: Can't resolve 'function-bind'

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
Hello people, I have this problem, and I just started the project "npx create-next-app@latest", and after all the question I executed the command "npm run dev" and doesn't work, I'm using next14.0.1 and node20.9.0; I deleted node_modules and package.lock.json, and I installed it again. can someone help me, please?:meow_stare:

2 Replies

Dunker
npm cache clean --force and try again after deleting .next, node_modules, package-lock.json
Are you in project dir and running npm run dev inside right