Advertisement
Guest User

Ghost ARM npm start nothing

a guest
Jul 11th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.79 KB | None | 0 0
  1. paul@hermes:~/logiciels/ghost$ sudo npm start --production
  2. [sudo] password for paul:
  3.  
  4. > ghost@0.4.2 start /home/paul/logiciels/ghost
  5. > node index
  6.  
  7. paul@hermes:~/logiciels/ghost$ sudo npm start --production --verbose
  8. npm info it worked if it ends with ok
  9. npm verb cli [ '/usr/local/bin/node',
  10. npm verb cli   '/usr/local/bin/npm',
  11. npm verb cli   'start',
  12. npm verb cli   '--production',
  13. npm verb cli   '--verbose' ]
  14. npm info using npm@1.4.14
  15. npm info using node@v0.10.29
  16. npm verb run-script [ 'prestart', 'start', 'poststart' ]
  17. npm info prestart ghost@0.4.2
  18. npm info start ghost@0.4.2
  19.  
  20. > ghost@0.4.2 start /home/paul/logiciels/ghost
  21. > node index
  22.  
  23. npm verb unsafe-perm in lifecycle true
  24. npm info poststart ghost@0.4.2
  25. npm verb exit [ 0, true ]
  26. npm info ok
  27. paul@hermes:~/logiciels/ghost$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement