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

There's no such script as yarn dev to run the server - fullstack-advanced #591

Open
nk1tz opened this issue Mar 20, 2019 · 1 comment
Open

Comments

@nk1tz
Copy link

nk1tz commented Mar 20, 2019

cd into server:
yarn dev
error Command "dev" not found.

"scripts": {
    "start": "nodemon -e js,graphql -x node -r dotenv/config src/index.js",
    "debug": "nodemon -e js,graphql -x node --inspect -r dotenv/config src/index.js",
    "nodemon": "nodemon"
  },
@aminetrabelsi
Copy link

you have to choosse between start, debug or nodemon which does nothing 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants