Advertisement
Guest User

pageres

a guest
Dec 18th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. C:\Users\Gazar>npm install --global pageres
  2.  
  3. > phantomjs@1.9.12 install C:\Users\Gazar\AppData\Roaming\npm\node_modules\pager
  4. es\node_modules\screenshot-stream\node_modules\phantomjs
  5. > node install.js
  6.  
  7. Looks like an `npm install -g` on windows; unable to check for already installed
  8. version.
  9. Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-wind
  10. ows.zip
  11. Saving to C:\Users\Gazar\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zi
  12. p
  13. Receiving...
  14.  
  15. Error making request.
  16. Error: CERT_UNTRUSTED
  17. at SecurePair.<anonymous> (tls.js:1381:32)
  18. at SecurePair.emit (events.js:92:17)
  19. at SecurePair.maybeInitFinished (tls.js:980:10)
  20. at CleartextStream.read [as _read] (tls.js:472:13)
  21. at CleartextStream.Readable.read (_stream_readable.js:341:10)
  22. at EncryptedStream.write [as _write] (tls.js:369:25)
  23. at doWrite (_stream_writable.js:226:10)
  24. at writeOrBuffer (_stream_writable.js:216:5)
  25. at EncryptedStream.Writable.write (_stream_writable.js:183:11)
  26. at write (_stream_readable.js:602:24)
  27.  
  28. Please report this full log at https://github.com/Medium/phantomjs
  29. npm ERR! phantomjs@1.9.12 install: `node install.js`
  30. npm ERR! Exit status 1
  31. npm ERR!
  32. npm ERR! Failed at the phantomjs@1.9.12 install script.
  33. npm ERR! This is most likely a problem with the phantomjs package,
  34. npm ERR! not with npm itself.
  35. npm ERR! Tell the author that this fails on your system:
  36. npm ERR! node install.js
  37. npm ERR! You can get their info via:
  38. npm ERR! npm owner ls phantomjs
  39. npm ERR! There is likely additional logging output above.
  40. npm ERR! System Windows_NT 6.1.7601
  41. npm ERR! command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nod
  42. ejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--global" "pageres"
  43. npm ERR! cwd C:\Users\Gazar
  44. npm ERR! node -v v0.10.34
  45. npm ERR! npm -v 1.4.28
  46. npm ERR! code ELIFECYCLE
  47. npm ERR! not ok code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement