Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. MacBook-Pro-2:~ macetti$ npm config get prefix
  2. /Users/macetti/npm-global
  3.  
  4. npm install lodash
  5.  
  6. npm ERR! Darwin 14.4.0
  7. npm ERR! argv "node" "/usr/local/bin/npm" "install" "lodash"
  8. npm ERR! node v0.12.4
  9. npm ERR! npm v2.10.1
  10.  
  11. npm ERR! error:0906D06C:PEM routines:PEM_read_bio:no start line
  12. npm ERR!
  13. npm ERR! If you need help, you may report this error at:
  14. npm ERR! <https://github.com/npm/npm/issues>
  15.  
  16. npm ERR! Please include the following file with any support request:
  17. npm ERR! /Users/macetti/npm-debug.log
  18.  
  19. 0 info it worked if it ends with ok
  20. 1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'lodash' ]
  21. 2 info using npm@2.10.1
  22. 3 info using node@v0.12.4
  23. 4 verbose config Skipping project config: /Users/macetti/.npmrc. (matches userconfig)
  24. 5 verbose install initial load of /Users/macetti/package.json
  25. 6 verbose readDependencies loading dependencies from /Users/macetti/package.json
  26. 7 silly cache add args [ 'lodash', null ]
  27. 8 verbose cache add spec lodash
  28. 9 silly cache add parsed spec { raw: 'lodash',
  29. 9 silly cache add scope: null,
  30. 9 silly cache add name: 'lodash',
  31. 9 silly cache add rawSpec: '',
  32. 9 silly cache add spec: '*',
  33. 9 silly cache add type: 'range' }
  34. 10 silly addNamed lodash@*
  35. 11 verbose addNamed "*" is a valid semver range for lodash
  36. 12 silly addNameRange { name: 'lodash', range: '*', hasData: false }
  37. 13 silly mapToRegistry name lodash
  38. 14 silly mapToRegistry using default registry
  39. 15 silly mapToRegistry registry https://registry.npmjs.org/
  40. 16 silly mapToRegistry uri https://registry.npmjs.org/lodash
  41. 17 verbose addNameRange registry:https://registry.npmjs.org/lodash not in flight; fetching
  42. 18 verbose request uri https://registry.npmjs.org/lodash
  43. 19 verbose request no auth needed
  44. 20 info attempt registry request try #1 at 09:54:46
  45. 21 verbose request id f688faead59da217
  46. 22 http request GET https://registry.npmjs.org/lodash
  47. 23 verbose stack Error: error:0906D06C:PEM routines:PEM_read_bio:no start line
  48. 23 verbose stack at Error (native)
  49. 23 verbose stack at Object.createSecureContext (_tls_common.js:108:19)
  50. 23 verbose stack at Object.exports.connect (_tls_wrap.js:852:21)
  51. 23 verbose stack at Agent.createConnection (https.js:82:14)
  52. 23 verbose stack at Agent.createSocket (_http_agent.js:194:16)
  53. 23 verbose stack at Agent.addRequest (_http_agent.js:166:23)
  54. 23 verbose stack at new ClientRequest (_http_client.js:154:16)
  55. 23 verbose stack at Object.exports.request (http.js:49:10)
  56. 23 verbose stack at Object.exports.request (https.js:136:15)
  57. 23 verbose stack at Request.start (/usr/local/lib/node_modules/npm/node_modules/request/request.js:963:30)
  58. 24 verbose cwd /Users/macetti
  59. 25 error Darwin 14.4.0
  60. 26 error argv "node" "/usr/local/bin/npm" "install" "lodash"
  61. 27 error node v0.12.4
  62. 28 error npm v2.10.1
  63. 29 error error:0906D06C:PEM routines:PEM_read_bio:no start line
  64. 30 error If you need help, you may report this error at:
  65. 30 error <https://github.com/npm/npm/issues>
  66. 31 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement