You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you clone the project and just run npx next dev the manager won't work (unless you have some dependencies running in the background, which tends not to be usual).
Running without params only shows errors, unless you have the required dependencies running (at the specified ports, which won't be the case most of the times).
Expected behavior
To be able to run the project with just npx next dev
System:
Irrelevant
Screenshots
Additional context
Just use the dev environment by default 😃
The text was updated successfully, but these errors were encountered:
Bug description
If you clone the project and just run
npx next dev
the manager won't work (unless you have some dependencies running in the background, which tends not to be usual).Steps to reproduce
npm i
npx next dev
Current behavior
Running without params only shows errors, unless you have the required dependencies running (at the specified ports, which won't be the case most of the times).
Expected behavior
To be able to run the project with just
npx next dev
System:
Irrelevant
Screenshots
Additional context
Just use the dev environment by default 😃
The text was updated successfully, but these errors were encountered: