saas-template icon indicating copy to clipboard operation
saas-template copied to clipboard

Issue running npm run dev after all the configuring

Open sgr0691 opened this issue 1 year ago • 2 comments

I'm having an issue running the application locally by typing npm run dev it gives me an error message "sh: next: command not found" error

sgr0691 avatar Sep 02 '22 04:09 sgr0691

Am I supposed to run npm run dev within the frontend folder or in the main directory?

sgr0691 avatar Sep 02 '22 04:09 sgr0691

You are supposed to run this from within the front-end folder. It's this line right here.

Make sure you have Next set up properly. See their guide here.

SimonHoiberg avatar Sep 18 '22 03:09 SimonHoiberg