Advertisement
Guest User

Untitled

a guest
Dec 31st, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. farex@dev-home:~/dev/nodejs_dev/lessons_7-/supermodule$ cat npm-debug.log
  2. 0 info it worked if it ends with ok
  3. 1 verbose cli [ '/usr/bin/nodejs', '/usr/local/bin/npm', 'publish' ]
  4. 2 info using npm@4.0.5
  5. 3 info using node@v4.2.6
  6. 4 verbose publish [ '.' ]
  7. 5 silly cache add args [ '.', null ]
  8. 6 verbose cache add spec .
  9. 7 silly cache add parsed spec Result {
  10. 7 silly cache add raw: '.',
  11. 7 silly cache add scope: null,
  12. 7 silly cache add escapedName: null,
  13. 7 silly cache add name: null,
  14. 7 silly cache add rawSpec: '.',
  15. 7 silly cache add spec: '/home/farex/dev/nodejs_dev/lessons_7-/supermodule',
  16. 7 silly cache add type: 'directory' }
  17. 8 verbose addLocalDirectory /home/farex/.npm/supermodule/0.0.1/package.tgz not in flight; packing
  18. 9 verbose correctMkdir /home/farex/.npm correctMkdir not in flight; initializing
  19. 10 info lifecycle supermodule@0.0.1~prepublish: supermodule@0.0.1
  20. 11 silly lifecycle supermodule@0.0.1~prepublish: no script for prepublish, continuing
  21. 12 info lifecycle supermodule@0.0.1~prepare: supermodule@0.0.1
  22. 13 silly lifecycle supermodule@0.0.1~prepare: no script for prepare, continuing
  23. 14 verbose tar pack [ '/home/farex/.npm/supermodule/0.0.1/package.tgz',
  24. 14 verbose tar pack '/home/farex/dev/nodejs_dev/lessons_7-/supermodule' ]
  25. 15 verbose tarball /home/farex/.npm/supermodule/0.0.1/package.tgz
  26. 16 verbose folder /home/farex/dev/nodejs_dev/lessons_7-/supermodule
  27. 17 verbose addLocalTarball adding from inside cache /home/farex/.npm/supermodule/0.0.1/package.tgz
  28. 18 verbose correctMkdir /home/farex/.npm correctMkdir not in flight; initializing
  29. 19 silly cache afterAdd supermodule@0.0.1
  30. 20 verbose afterAdd /home/farex/.npm/supermodule/0.0.1/package/package.json not in flight; writing
  31. 21 verbose correctMkdir /home/farex/.npm correctMkdir not in flight; initializing
  32. 22 verbose afterAdd /home/farex/.npm/supermodule/0.0.1/package/package.json written
  33. 23 silly publish { name: 'supermodule',
  34. 23 silly publish version: '0.0.1',
  35. 23 silly publish description: 'Error: No README data found!',
  36. 23 silly publish main: 'index.js',
  37. 23 silly publish scripts: { test: 'echo "Errot: no test specified" && exit 1' },
  38. 23 silly publish author: { name: 'farexnpm' },
  39. 23 silly publish license: 'BSD-2-Clause',
  40. 23 silly publish readme: 'ERROR: No README data found!',
  41. 23 silly publish _id: 'supermodule@0.0.1',
  42. 23 silly publish _shasum: '08a7dd6620210b36cc99d1f591c2bf0d29b5bf0a',
  43. 23 silly publish _from: '.' }
  44. 24 info lifecycle supermodule@0.0.1~prepublishOnly: supermodule@0.0.1
  45. 25 silly lifecycle supermodule@0.0.1~prepublishOnly: no script for prepublishOnly, continuing
  46. 26 verbose getPublishConfig undefined
  47. 27 silly mapToRegistry name supermodule
  48. 28 silly mapToRegistry using default registry
  49. 29 silly mapToRegistry registry https://registry.npmjs.org/
  50. 30 silly mapToRegistry data Result {
  51. 30 silly mapToRegistry raw: 'supermodule',
  52. 30 silly mapToRegistry scope: null,
  53. 30 silly mapToRegistry escapedName: 'supermodule',
  54. 30 silly mapToRegistry name: 'supermodule',
  55. 30 silly mapToRegistry rawSpec: '',
  56. 30 silly mapToRegistry spec: 'latest',
  57. 30 silly mapToRegistry type: 'tag' }
  58. 31 silly mapToRegistry uri https://registry.npmjs.org/supermodule
  59. 32 verbose publish registryBase https://registry.npmjs.org/
  60. 33 silly publish uploading /home/farex/.npm/supermodule/0.0.1/package.tgz
  61. 34 verbose request uri https://registry.npmjs.org/supermodule
  62. 35 verbose request sending authorization for write operation
  63. 36 info attempt registry request try #1 at 18:21:10
  64. 37 verbose request using bearer token for auth
  65. 38 verbose request id a5fe791eb9e8905c
  66. 39 http request PUT https://registry.npmjs.org/supermodule
  67. 40 http 403 https://registry.npmjs.org/supermodule
  68. 41 verbose headers { 'content-type': 'application/json',
  69. 41 verbose headers 'cache-control': 'max-age=300',
  70. 41 verbose headers 'content-length': '105',
  71. 41 verbose headers 'accept-ranges': 'bytes',
  72. 41 verbose headers date: 'Sat, 31 Dec 2016 11:21:11 GMT',
  73. 41 verbose headers via: '1.1 varnish',
  74. 41 verbose headers connection: 'keep-alive',
  75. 41 verbose headers 'x-served-by': 'cache-ams4443-AMS',
  76. 41 verbose headers 'x-cache': 'MISS',
  77. 41 verbose headers 'x-cache-hits': '0',
  78. 41 verbose headers 'x-timer': 'S1483183270.613824,VS0,VE609',
  79. 41 verbose headers vary: 'Accept-Encoding' }
  80. 42 verbose request invalidating /home/farex/.npm/registry.npmjs.org/supermodule on PUT
  81. 43 error publish Failed PUT 403
  82. 44 verbose stack Error: you do not have permission to publish "supermodule". Are you logged in as the correct user? : supermodule
  83. 44 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:302:12)
  84. 44 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:290:14)
  85. 44 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:210:14)
  86. 44 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:186:22)
  87. 44 verbose stack at emitTwo (events.js:87:13)
  88. 44 verbose stack at Request.emit (events.js:172:7)
  89. 44 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1081:10)
  90. 44 verbose stack at emitOne (events.js:77:13)
  91. 44 verbose stack at Request.emit (events.js:169:7)
  92. 44 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1001:12)
  93. 45 verbose statusCode 403
  94. 46 verbose pkgid supermodule
  95. 47 verbose cwd /home/farex/dev/nodejs_dev/lessons_7-/supermodule
  96. 48 error Linux 4.4.0-57-generic
  97. 49 error argv "/usr/bin/nodejs" "/usr/local/bin/npm" "publish"
  98. 50 error node v4.2.6
  99. 51 error npm v4.0.5
  100. 52 error code E403
  101. 53 error you do not have permission to publish "supermodule". Are you logged in as the correct user? : supermodule
  102. 54 error If you need help, you may report this error at:
  103. 54 error <https://github.com/npm/npm/issues>
  104. 55 verbose exit [ 1, true ]
  105. farex@dev-home:~/dev/nodejs_dev/lessons_7-/supermodule$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement