Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.62 KB | None | 0 0
  1. bash-4.1# npm install --production
  2. npm WARN package.json es-tablet@1.0.2 No description
  3. npm WARN package.json es-tablet@1.0.2 No repository field.
  4. \
  5. > phantomjs@1.9.11 install /el-tablet/node_modules/karma-phantomjs-launcher/node_modules/phantomjs
  6. > node install.js
  7.  
  8. Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2
  9. Saving to /el-tablet/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2
  10. Receiving...
  11.   [=================================-------] 82% 0.0s
  12. Received 12852K total.
  13. Extracting tar contents (via spawned process)
  14. Error extracting archive
  15. Phantom installation failed { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' } Error: spawn ENOENT
  16.     at errnoException (child_process.js:1001:11)
  17.     at Process.ChildProcess._handle.onexit (child_process.js:792:34)
  18. npm ERR! Linux 3.16.4-tinycore64
  19. npm ERR! argv "node" "/usr/bin/npm" "install" "--production"
  20. npm ERR! node v0.10.32
  21. npm ERR! npm  v2.1.4
  22. npm ERR! code ELIFECYCLE
  23.  
  24. npm ERR! phantomjs@1.9.11 install: `node install.js`
  25. npm ERR! Exit status 1
  26. npm ERR!
  27. npm ERR! Failed at the phantomjs@1.9.11 install script.
  28. npm ERR! This is most likely a problem with the phantomjs package,
  29. npm ERR! not with npm itself.
  30. npm ERR! Tell the author that this fails on your system:
  31. npm ERR!     node install.js
  32. npm ERR! You can get their info via:
  33. npm ERR!     npm owner ls phantomjs
  34. npm ERR! There is likely additional logging output above.
  35.  
  36. npm ERR! Please include the following file with any support request:
  37. npm ERR!     /el-tablet/npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement