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
Your package is missing nodemon so when running npm start, it fails.
run this command and commit: npm install -D nodemon
Also, a side note, you might want to separate your dependancies and dev dependancies in your package as well. Besides that, great example of passport with mongojs.
The text was updated successfully, but these errors were encountered:
Your package is missing
nodemon
so when runningnpm start
, it fails.run this command and commit:
npm install -D nodemon
Also, a side note, you might want to separate your dependancies and dev dependancies in your package as well. Besides that, great example of passport with mongojs.
The text was updated successfully, but these errors were encountered: