Advertisement
Guest User

Untitled

a guest
Dec 26th, 2017
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. 0 info it worked if it ends with ok
  2. 1 verbose cli [ '/Users/luca/.nvm/versions/node/v7.10.0/bin/node',
  3. 1 verbose cli '/Users/luca/.nvm/versions/node/v7.10.0/bin/npm',
  4. 1 verbose cli 'publish',
  5. 1 verbose cli '--verbose' ]
  6. 2 info using npm@4.2.0
  7. 3 info using node@v7.10.0
  8. 4 verbose publish [ '.' ]
  9. 5 silly cache add args [ '.', null ]
  10. 6 verbose cache add spec .
  11. 7 silly cache add parsed spec Result {
  12. 7 silly cache add raw: '.',
  13. 7 silly cache add scope: null,
  14. 7 silly cache add escapedName: null,
  15. 7 silly cache add name: null,
  16. 7 silly cache add rawSpec: '.',
  17. 7 silly cache add spec: '/Users/luca/projects/slup/packages/Common',
  18. 7 silly cache add type: 'directory' }
  19. 8 verbose addLocalDirectory /Users/luca/.npm/@slup/common/0.4.1/package.tgz not in flight; packing
  20. 9 verbose correctMkdir /Users/luca/.npm correctMkdir not in flight; initializing
  21. 10 warn prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`.
  22. 11 warn prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.)
  23. 12 warn prepublish-on-install See the deprecation note in `npm help scripts` for more information.
  24. 13 info lifecycle @slup/common@0.4.1~prepublish: @slup/common@0.4.1
  25. 14 verbose lifecycle @slup/common@0.4.1~prepublish: unsafe-perm in lifecycle true
  26. 15 verbose lifecycle @slup/common@0.4.1~prepublish: PATH: /Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/bin/node-gyp-bin:/Users/luca/projects/slup/packages/Common/node_modules/.bin:/Users/luca/.yarn/bin:/Users/luca/.nvm/versions/node/v7.10.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/luca/Library/Android/sdk/tools:/Users/luca/Library/Android/sdk/platform-tools:/Users/luca/.rvm/bin
  27. 16 verbose lifecycle @slup/common@0.4.1~prepublish: CWD: /Users/luca/projects/slup/packages/Common
  28. 17 silly lifecycle @slup/common@0.4.1~prepublish: Args: [ '-c', 'npm run build' ]
  29. 18 silly lifecycle @slup/common@0.4.1~prepublish: Returned: code: 0 signal: null
  30. 19 info lifecycle @slup/common@0.4.1~prepare: @slup/common@0.4.1
  31. 20 silly lifecycle @slup/common@0.4.1~prepare: no script for prepare, continuing
  32. 21 verbose tar pack [ '/Users/luca/.npm/@slup/common/0.4.1/package.tgz',
  33. 21 verbose tar pack '/Users/luca/projects/slup/packages/Common' ]
  34. 22 verbose tarball /Users/luca/.npm/@slup/common/0.4.1/package.tgz
  35. 23 verbose folder /Users/luca/projects/slup/packages/Common
  36. 24 verbose addLocalTarball adding from inside cache /Users/luca/.npm/@slup/common/0.4.1/package.tgz
  37. 25 verbose correctMkdir /Users/luca/.npm correctMkdir not in flight; initializing
  38. 26 silly cache afterAdd @slup/common@0.4.1
  39. 27 verbose afterAdd /Users/luca/.npm/@slup/common/0.4.1/package/package.json not in flight; writing
  40. 28 verbose correctMkdir /Users/luca/.npm correctMkdir not in flight; initializing
  41. 29 verbose afterAdd /Users/luca/.npm/@slup/common/0.4.1/package/package.json written
  42. 30 silly publish { name: '@slup/common',
  43. 30 silly publish version: '0.4.1',
  44. 30 silly publish description: 'Commons utilities for the Slup framework',
  45. 30 silly publish repository:
  46. 30 silly publish { type: 'git',
  47. 30 silly publish url: 'https://github.com/slupjs/slup/tree/master/packages/Common' },
  48. 30 silly publish main: 'dist.js',
  49. 30 silly publish module: 'src/index.ts',
  50. 30 silly publish author: { name: 'Luca', email: 'LucaT1@users.noreply.github.com' },
  51. 30 silly publish license: 'MIT',
  52. 30 silly publish devDependencies:
  53. 30 silly publish { '@types/node': '8.0.34',
  54. 30 silly publish rollup: '0.50.0',
  55. 30 silly publish 'rollup-plugin-babel-minify': '3.1.2',
  56. 30 silly publish 'rollup-plugin-commonjs': '8.2.1',
  57. 30 silly publish 'rollup-plugin-node-resolve': '3.0.0',
  58. 30 silly publish 'rollup-plugin-typescript2': '0.7.0',
  59. 30 silly publish typescript: '2.5.3' },
  60. 30 silly publish scripts: { build: 'rollup -c', prepublish: 'npm run build' },
  61. 30 silly publish readme: 'ERROR: No README data found!',
  62. 30 silly publish _id: '@slup/common@0.4.1',
  63. 30 silly publish _shasum: '5a0ba2781d432467f0ba30a368f64208bd65879d',
  64. 30 silly publish _from: '.' }
  65. 31 info lifecycle @slup/common@0.4.1~prepublishOnly: @slup/common@0.4.1
  66. 32 silly lifecycle @slup/common@0.4.1~prepublishOnly: no script for prepublishOnly, continuing
  67. 33 verbose getPublishConfig undefined
  68. 34 silly mapToRegistry name @slup/common
  69. 35 silly mapToRegistry scope (from package name) @slup
  70. 36 verbose mapToRegistry no registry URL found in name for scope @slup
  71. 37 silly mapToRegistry using default registry
  72. 38 silly mapToRegistry registry https://registry.npmjs.org/
  73. 39 silly mapToRegistry data Result {
  74. 39 silly mapToRegistry raw: '@slup/common',
  75. 39 silly mapToRegistry scope: '@slup',
  76. 39 silly mapToRegistry escapedName: '@slup%2fcommon',
  77. 39 silly mapToRegistry name: '@slup/common',
  78. 39 silly mapToRegistry rawSpec: '',
  79. 39 silly mapToRegistry spec: 'latest',
  80. 39 silly mapToRegistry type: 'tag' }
  81. 40 silly mapToRegistry uri https://registry.npmjs.org/@slup%2fcommon
  82. 41 verbose publish registryBase https://registry.npmjs.org/
  83. 42 silly publish uploading /Users/luca/.npm/@slup/common/0.4.1/package.tgz
  84. 43 verbose request uri https://registry.npmjs.org/@slup%2fcommon
  85. 44 verbose request sending authorization for write operation
  86. 45 info attempt registry request try #1 at 4:04:39 PM
  87. 46 verbose request using bearer token for auth
  88. 47 verbose request id 6ff2f236c77f3731
  89. 48 http request PUT https://registry.npmjs.org/@slup%2fcommon
  90. 49 http 404 https://registry.npmjs.org/@slup%2fcommon
  91. 50 verbose headers { 'content-type': 'application/json',
  92. 50 verbose headers 'cache-control': 'max-age=0',
  93. 50 verbose headers 'content-length': '21',
  94. 50 verbose headers 'accept-ranges': 'bytes',
  95. 50 verbose headers date: 'Tue, 26 Dec 2017 15:04:41 GMT',
  96. 50 verbose headers via: '1.1 varnish',
  97. 50 verbose headers connection: 'keep-alive',
  98. 50 verbose headers 'x-served-by': 'cache-ams4429-AMS',
  99. 50 verbose headers 'x-cache': 'MISS',
  100. 50 verbose headers 'x-cache-hits': '0',
  101. 50 verbose headers 'x-timer': 'S1514300681.096819,VS0,VE594' }
  102. 51 verbose request invalidating /Users/luca/.npm/registry.npmjs.org/_40slup_252fcommon on PUT
  103. 52 error publish Failed PUT 404
  104. 53 verbose stack Error: Not found : @slup/common
  105. 53 verbose stack at makeError (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:304:12)
  106. 53 verbose stack at CachingRegistryClient.<anonymous> (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:292:14)
  107. 53 verbose stack at Request._callback (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:212:14)
  108. 53 verbose stack at Request.self.callback (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/request/request.js:186:22)
  109. 53 verbose stack at emitTwo (events.js:106:13)
  110. 53 verbose stack at Request.emit (events.js:194:7)
  111. 53 verbose stack at Request.<anonymous> (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/request/request.js:1081:10)
  112. 53 verbose stack at emitOne (events.js:96:13)
  113. 53 verbose stack at Request.emit (events.js:191:7)
  114. 53 verbose stack at IncomingMessage.<anonymous> (/Users/luca/.nvm/versions/node/v7.10.0/lib/node_modules/npm/node_modules/request/request.js:1001:12)
  115. 54 verbose statusCode 404
  116. 55 verbose pkgid @slup/common
  117. 56 verbose cwd /Users/luca/projects/slup/packages/Common
  118. 57 error Darwin 16.7.0
  119. 58 error argv "/Users/luca/.nvm/versions/node/v7.10.0/bin/node" "/Users/luca/.nvm/versions/node/v7.10.0/bin/npm" "publish" "--verbose"
  120. 59 error node v7.10.0
  121. 60 error npm v4.2.0
  122. 61 error code E404
  123. 62 error 404 Not found : @slup/common
  124. 63 error 404
  125. 64 error 404 '@slup/common' is not in the npm registry.
  126. 65 error 404 You should bug the author to publish it (or use the name yourself!)
  127. 66 error 404 Note that you can also install from a
  128. 67 error 404 tarball, folder, http url, or git url.
  129. 68 verbose exit [ 1, true ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement