react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

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

Open nk1tz opened this issue 5 years ago • 1 comments

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"
  },

nk1tz avatar Mar 20 '19 02:03 nk1tz

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

aminetrabelsi avatar Sep 17 '20 11:09 aminetrabelsi