auth-graphql-starter
auth-graphql-starter copied to clipboard
missing module install...
Not sure if you were expecting nodemon to have been installed globally, but as it isn't installed via the base package.json configuration the >npm run dev macro fails out of the box. Should add nodemon to the list of project dependencies (or this is what I did) to get it fixed.
There is a PR concerning that ( #2 )