Closed DanielMoniz-GBI closed 4 years ago
I received an error when running npm run dev. This was directly after cloning.
npm run dev
This PR simply adds nodemon to package.json to prevent the error and allow the server to run.
nodemon
I received an error when running
npm run dev
. This was directly after cloning.This PR simply adds
nodemon
to package.json to prevent the error and allow the server to run.