You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running 'npm install' this project throws an error saying that "babel-runtime" needs to be at least v6.0.0. Additionally, the "dev" script runs "nodemon server.js" but "nodemon" is not installed in this project.
The following two dev dependencies need to be added to package.json:
"babel-runtime": "^6.0.0",
"nodemon": "^1.10.2",
The text was updated successfully, but these errors were encountered:
When running 'npm install' this project throws an error saying that "babel-runtime" needs to be at least v6.0.0. Additionally, the "dev" script runs "nodemon server.js" but "nodemon" is not installed in this project.
The following two dev dependencies need to be added to package.json:
"babel-runtime": "^6.0.0",
"nodemon": "^1.10.2",
The text was updated successfully, but these errors were encountered: