Advertisement
peanutheroo

node index.js

Apr 27th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. root@sylfaen:~/ghostBlog# node index.js
  2.  
  3. module.js:340
  4. throw err;
  5. ^
  6. Error: Cannot find module 'semver'
  7. at Function.Module._resolveFilename (module.js:338:15)
  8. at Function.Module._load (module.js:280:25)
  9. at Module.require (module.js:364:17)
  10. at require (module.js:380:17)
  11. at Object.checkNodeVersion [as nodeVersion] (/root/ghostBlog/core/server/utils/startup-check.js:33:22)
  12. at Object.check (/root/ghostBlog/core/server/utils/startup-check.js:21:14)
  13. at Object.<anonymous> (/root/ghostBlog/index.js:9:46)
  14. at Module._compile (module.js:456:26)
  15. at Object.Module._extensions..js (module.js:474:10)
  16. at Module.load (module.js:356:32)
  17. root@sylfaen:~/ghostBlog#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement