Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot properly run the project with the defaults #41

Open
elboletaire opened this issue Mar 10, 2021 · 0 comments
Open

Cannot properly run the project with the defaults #41

elboletaire opened this issue Mar 10, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@elboletaire
Copy link
Member

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

  1. Clone the project
  2. npm i
  3. npx next dev
  4. Access http://localhost:8080 and see the errors

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

imatge

Additional context

Just use the dev environment by default 😃

@elboletaire elboletaire added the bug Something isn't working label Mar 10, 2021
@elboletaire elboletaire self-assigned this Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant