Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
1,550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.05 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\node.exe',
  3. 1 verbose cli 'C:\\Users\\USERNAME\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
  4. 1 verbose cli 'publish' ]
  5. 2 info using npm@4.4.4
  6. 3 info using node@v7.8.0
  7. 4 verbose publish [ '.' ]
  8. 5 silly cache add args [ '.', null ]
  9. 6 verbose cache add spec .
  10. 7 silly cache add parsed spec Result {
  11. 7 silly cache add raw: '.',
  12. 7 silly cache add scope: null,
  13. 7 silly cache add escapedName: null,
  14. 7 silly cache add name: null,
  15. 7 silly cache add rawSpec: '.',
  16. 7 silly cache add spec: 'C:\\Users\\USERNAME\\IdeaProjects\\nexus-test',
  17. 7 silly cache add type: 'directory' }
  18. 8 verbose addLocalDirectory C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package.tgz not in flight; packing
  19. 9 verbose correctMkdir C:\Users\USERNAME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
  20. 10 info lifecycle nexus-test@1.5.0~prepublish: nexus-test@1.5.0
  21. 11 silly lifecycle nexus-test@1.5.0~prepublish: no script for prepublish, continuing
  22. 12 info lifecycle nexus-test@1.5.0~prepare: nexus-test@1.5.0
  23. 13 silly lifecycle nexus-test@1.5.0~prepare: no script for prepare, continuing
  24. 14 verbose tar pack [ 'C:\\Users\\USERNAME\\AppData\\Roaming\\npm-cache\\nexus-test\\1.5.0\\package.tgz',
  25. 14 verbose tar pack 'C:\\Users\\USERNAME\\IdeaProjects\\nexus-test' ]
  26. 15 verbose tarball C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package.tgz
  27. 16 verbose folder C:\Users\USERNAME\IdeaProjects\nexus-test
  28. 17 verbose addLocalTarball adding from inside cache C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package.tgz
  29. 18 verbose correctMkdir C:\Users\USERNAME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
  30. 19 silly cache afterAdd nexus-test@1.5.0
  31. 20 verbose afterAdd C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package\package.json not in flight; writing
  32. 21 verbose correctMkdir C:\Users\USERNAME\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
  33. 22 verbose afterAdd C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package\package.json written
  34. 23 silly publish { name: 'nexus-test',
  35. 23 silly publish version: '1.5.0',
  36. 23 silly publish description: '',
  37. 23 silly publish main: 'index.js',
  38. 23 silly publish scripts: { test: 'echo "Error: no test specified" && exit 1' },
  39. 23 silly publish author: '',
  40. 23 silly publish license: 'ISC',
  41. 23 silly publish dependencies: { lodash: '4.17.4', 'nexus-test-dependency': '1.0.0' },
  42. 23 silly publish devDependencies: { jquery: '3.2.1' },
  43. 23 silly publish readme: 'ERROR: No README data found!',
  44. 23 silly publish _id: 'nexus-test@1.5.0',
  45. 23 silly publish _shasum: 'ab4563850ca8338c7dcfb10bc3d0decbfdb03467',
  46. 23 silly publish _from: '.' }
  47. 24 info lifecycle nexus-test@1.5.0~prepublishOnly: nexus-test@1.5.0
  48. 25 silly lifecycle nexus-test@1.5.0~prepublishOnly: no script for prepublishOnly, continuing
  49. 26 verbose getPublishConfig undefined
  50. 27 silly mapToRegistry name nexus-test
  51. 28 silly mapToRegistry using default registry
  52. 29 silly mapToRegistry registry http://localhost:8081/repository/NPM/
  53. 30 silly mapToRegistry data Result {
  54. 30 silly mapToRegistry raw: 'nexus-test',
  55. 30 silly mapToRegistry scope: null,
  56. 30 silly mapToRegistry escapedName: 'nexus-test',
  57. 30 silly mapToRegistry name: 'nexus-test',
  58. 30 silly mapToRegistry rawSpec: '',
  59. 30 silly mapToRegistry spec: 'latest',
  60. 30 silly mapToRegistry type: 'tag' }
  61. 31 silly mapToRegistry uri http://localhost:8081/repository/NPM/nexus-test
  62. 32 verbose publish registryBase http://localhost:8081/repository/NPM/
  63. 33 silly publish uploading C:\Users\USERNAME\AppData\Roaming\npm-cache\nexus-test\1.5.0\package.tgz
  64. 34 verbose request uri http://localhost:8081/repository/NPM/nexus-test
  65. 35 verbose request always-auth set; sending authorization
  66. 36 info attempt registry request try #1 at 12:48:39 PM
  67. 37 verbose request using bearer token for auth
  68. 38 verbose request id 886d0c3119957cc9
  69. 39 http request PUT http://localhost:8081/repository/NPM/nexus-test
  70. 40 http 400 http://localhost:8081/repository/NPM/nexus-test
  71. 41 verbose headers { date: 'Wed, 12 Apr 2017 10:48:39 GMT',
  72. 41 verbose headers server: 'Nexus/3.2.1-01 (OSS)',
  73. 41 verbose headers 'x-frame-options': 'SAMEORIGIN',
  74. 41 verbose headers 'x-content-type-options': 'nosniff',
  75. 41 verbose headers 'content-length': '0' }
  76. 42 verbose request invalidating C:\Users\USERNAME\AppData\Roaming\npm-cache\localhost_8081\repository\NPM\nexus-test on PUT
  77. 43 error publish Failed PUT 400
  78. 44 verbose stack Error: 400 Bad Request
  79. 44 verbose stack at makeError (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:304:12)
  80. 44 verbose stack at CachingRegistryClient.<anonymous> (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:255:9)
  81. 44 verbose stack at Request._callback (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:212:14)
  82. 44 verbose stack at Request.self.callback (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:188:22)
  83. 44 verbose stack at emitTwo (events.js:106:13)
  84. 44 verbose stack at Request.emit (events.js:194:7)
  85. 44 verbose stack at Request.<anonymous> (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:1171:10)
  86. 44 verbose stack at emitOne (events.js:96:13)
  87. 44 verbose stack at Request.emit (events.js:191:7)
  88. 44 verbose stack at IncomingMessage.<anonymous> (C:\Users\USERNAME\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:1091:12)
  89. 45 verbose statusCode 400
  90. 46 verbose cwd C:\Users\USERNAME\IdeaProjects\nexus-test
  91. 47 verbose Windows_NT 6.1.7601
  92. 48 verbose argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Users\\USERNAME\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "publish"
  93. 49 verbose node v7.8.0
  94. 50 verbose npm v4.4.4
  95. 51 error code E400
  96. 52 error 400 Bad Request
  97. 53 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement