Advertisement
Light1992

npm JBrowse Log

May 23rd, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. [root@localhost jbrowse1]# npm start
  2.  
  3. > jbrowse_elasticsearch@1.0.5 start /mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/html/jbrowse1
  4. > node ./bin/www
  5.  
  6. module.js:478
  7. throw err;
  8. ^
  9.  
  10. Error: Cannot find module '/mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/html/jbrowse1/bin/www'
  11. at Function.Module._resolveFilename (module.js:476:15)
  12. at Function.Module._load (module.js:424:25)
  13. at Module.runMain (module.js:611:10)
  14. at run (bootstrap_node.js:394:7)
  15. at startup (bootstrap_node.js:160:9)
  16. at bootstrap_node.js:507:3
  17.  
  18. npm ERR! Linux 3.10.0-957.10.1.el7.x86_64
  19. npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "start"
  20. npm ERR! node v6.16.0
  21. npm ERR! npm v3.10.10
  22. npm ERR! code ELIFECYCLE
  23. npm ERR! jbrowse_elasticsearch@1.0.5 start: `node ./bin/www`
  24. npm ERR! Exit status 1
  25. npm ERR!
  26. npm ERR! Failed at the jbrowse_elasticsearch@1.0.5 start script 'node ./bin/www'.
  27. npm ERR! Make sure you have the latest version of node.js and npm installed.
  28. npm ERR! If you do, this is most likely a problem with the jbrowse_elasticsearch package,
  29. npm ERR! not with npm itself.
  30. npm ERR! Tell the author that this fails on your system:
  31. npm ERR! node ./bin/www
  32. npm ERR! You can get information on how to open an issue for this project with:
  33. npm ERR! npm bugs jbrowse_elasticsearch
  34. npm ERR! Or if that isn't available, you can get their info via:
  35. npm ERR! npm owner ls jbrowse_elasticsearch
  36. npm ERR! There is likely additional logging output above.
  37.  
  38. npm ERR! Please include the following file with any support request:
  39. npm ERR! /mnt/d8e73111-db5e-4011-87aa-e4d64fb8c1e9/DATA/html/jbrowse1/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement