Advertisement
myrosvas

Untitled

Mar 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. zen@zen:~/REPO/vueTrainSchedule/server$ npm start
  2.  
  3. > server@1.0.0 start /home/zen/REPO/vueTrainSchedule/server
  4. > ./node_modules/nodemon/bin/nodemon.js src/app.js
  5.  
  6. sh: 1: ./node_modules/nodemon/bin/nodemon.js: not found
  7. npm ERR! file sh
  8. npm ERR! code ELIFECYCLE
  9. npm ERR! errno ENOENT
  10. npm ERR! syscall spawn
  11. npm ERR! server@1.0.0 start: `./node_modules/nodemon/bin/nodemon.js src/app.js`
  12. npm ERR! spawn ENOENT
  13. npm ERR!
  14. npm ERR! Failed at the server@1.0.0 start script.
  15. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  16. npm WARN Local package.json exists, but node_modules missing, did you mean to install?
  17.  
  18. npm ERR! A complete log of this run can be found in:
  19. npm ERR! /home/zen/.npm/_logs/2019-03-19T09_33_15_842Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement