0

I was trying to start with next.js and started a new project. I am facing issue with npm start after doing npx create-next-app.

It gives the following error on npm start

> coursepage@0.1.0 start
> next start

sh: next: command not found

I have tried deleting node-modules and reinstalling using npm install.

On npm list next, it even gives

coursepage@0.1.0 /Users/<path/to/folder>/coursepage
└── next@13.4.12

I am on node v18.16.1. I even deleted and reinstall node using brew.

Any ideas??

0 Answers0