Skip to content

Instantly share code, notes, and snippets.

@jasonLaster
Created December 31, 2020 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonLaster/c999a33b45fbe59cdb0c19c54c40adbb to your computer and use it in GitHub Desktop.
Save jasonLaster/c999a33b45fbe59cdb0c19c54c40adbb to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@6.14.9
3 info using node@v14.15.3
4 verbose npm-session 6d553cd57cd48967
5 verbose publish [ '.' ]
6 info lifecycle @recordreplay/protocol@0.2.1~prepublish: @recordreplay/protocol@0.2.1
7 info lifecycle @recordreplay/protocol@0.2.1~prepare: @recordreplay/protocol@0.2.1
8 verbose lifecycle @recordreplay/protocol@0.2.1~prepare: unsafe-perm in lifecycle true
9 verbose lifecycle @recordreplay/protocol@0.2.1~prepare: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/jasonlaster/src/replay/protocol/node_modules/.bin:/usr/local/bin:/Users/jasonlaster/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/jasonlaster/src/dotfiles/bin:./node_modules/.bin:/Users/jasonlaster/.yarn/bin
10 verbose lifecycle @recordreplay/protocol@0.2.1~prepare: CWD: .
11 silly lifecycle @recordreplay/protocol@0.2.1~prepare: Args: [ '-c', 'npm run build' ]
12 silly lifecycle @recordreplay/protocol@0.2.1~prepare: Returned: code: 0 signal: null
13 info lifecycle @recordreplay/protocol@0.2.1~prepublishOnly: @recordreplay/protocol@0.2.1
14 info lifecycle @recordreplay/protocol@0.2.1~prepack: @recordreplay/protocol@0.2.1
15 info lifecycle @recordreplay/protocol@0.2.1~postpack: @recordreplay/protocol@0.2.1
16 notice
17 notice 📦 @recordreplay/protocol@0.2.1
18 notice === Tarball Contents ===
19 notice 1.5kB LICENSE
19 notice 77B js/protocol/Analysis.js
19 notice 39.7kB js/client/build/client.js
19 notice 77B js/protocol/Console.js
19 notice 77B js/protocol/CSS.js
19 notice 77B js/protocol/Debugger.js
19 notice 77B js/protocol/DOM.js
19 notice 77B js/server/build/event.js
19 notice 77B js/client/build/generic.js
19 notice 77B js/protocol/Graphics.js
19 notice 734B js/client/index.js
19 notice 723B js/index.js
19 notice 1.1kB js/protocol/index.js
19 notice 689B js/server/index.js
19 notice 77B js/protocol/Internal.js
19 notice 77B js/server/build/message.js
19 notice 77B js/protocol/Pause.js
19 notice 77B js/protocol/Recording.js
19 notice 77B js/protocol/Session.js
19 notice 5.4kB js/client/simple.js
19 notice 77B js/protocol/Target.js
19 notice 971B package.json
19 notice 152.4kB json/protocol.json
19 notice 76B README.md
19 notice 6.3kB js/protocol/Analysis.d.ts
19 notice 37.8kB js/client/build/client.d.ts
19 notice 2.0kB js/protocol/Console.d.ts
19 notice 3.8kB js/protocol/CSS.d.ts
19 notice 8.0kB js/protocol/Debugger.d.ts
19 notice 6.0kB js/protocol/DOM.d.ts
19 notice 2.8kB js/server/build/event.d.ts
19 notice 31.6kB js/client/build/generic.d.ts
19 notice 2.0kB js/protocol/Graphics.d.ts
19 notice 91B js/client/index.d.ts
19 notice 80B js/index.d.ts
19 notice 292B js/protocol/index.d.ts
19 notice 64B js/server/index.d.ts
19 notice 3.6kB js/protocol/Internal.d.ts
19 notice 57.8kB js/server/build/message.d.ts
19 notice 13.4kB js/protocol/Pause.d.ts
19 notice 5.8kB js/protocol/Recording.d.ts
19 notice 2.5kB js/protocol/Session.d.ts
19 notice 772B js/client/simple.d.ts
19 notice 2.1kB js/protocol/Target.d.ts
20 notice === Tarball Details ===
21 notice name: @recordreplay/protocol
21 notice version: 0.2.1
21 notice package size: 56.6 kB
21 notice unpacked size: 391.3 kB
21 notice shasum: 484112920379014bed4d5fd238bf8e5942c51fc2
21 notice integrity: sha512-FV8OcrmQsLgeu[...]AnpoBp7XRhuuw==
21 notice total files: 44
22 notice
23 http fetch PUT 404 https://registry.npmjs.org/@recordreplay%2fprotocol 462ms
24 verbose stack Error: 404 Not Found - PUT https://registry.npmjs.org/@recordreplay%2fprotocol - Not found
24 verbose stack at /usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/check-response.js:117:15
24 verbose stack at processTicksAndRejections (internal/process/task_queues.js:93:5)
25 verbose statusCode 404
26 verbose pkgid @recordreplay/protocol@0.2.1
27 verbose cwd /Users/jasonlaster/src/replay/protocol
28 verbose Darwin 19.6.0
29 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
30 verbose node v14.15.3
31 verbose npm v6.14.9
32 error code E404
33 error 404 Not Found - PUT https://registry.npmjs.org/@recordreplay%2fprotocol - Not found
34 error 404
35 error 404 '@recordreplay/protocol@0.2.1' is not in the npm registry.
36 error 404 You should bug the author to publish it (or use the name yourself!)
37 error 404 Note that you can also install from a
38 error 404 tarball, folder, http url, or git url.
39 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment