Stream: shorthand
Topic: installation issues
Jens Villadsen (Jan 12 2021 at 14:57):
I'm seeing this when trying to install sushi
jvi@jenss-macbook-pro-2 ~ % npm install -g fsh-sushi
npm ERR! code E404
npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz - not_found
npm ERR! 404
npm ERR! 404 'fsh-sushi@https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/jvi/.npm/_logs/2021-01-12T14_55_14_439Z-debug.log
... extract from the log is:
76 silly reify }
77 timing reify:retireShallow Completed in 1ms
78 timing reify:createSparse Completed in 0ms
79 silly tarball no local data for fsh-sushi@https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz. Extracting by manifest.
80 http fetch GET 404 https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz 201ms
81 timing reify:rollback:createSparse Completed in 1ms
82 timing reify:rollback:retireShallow Completed in 1ms
83 timing command:install Completed in 1846ms
84 verbose stack Error: 404 Object Not Found - GET https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz - not_found
84 verbose stack at /usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/check-response.js:123:15
84 verbose stack at processTicksAndRejections (node:internal/process/task_queues:93:5)
85 verbose statusCode 404
86 verbose pkgid fsh-sushi@https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz
87 verbose cwd /Users/jvi
88 verbose Darwin 20.2.0
89 verbose argv "/usr/local/Cellar/node/15.5.1/bin/node" "/usr/local/bin/npm" "install" "-g" "fsh-sushi"
90 verbose node v15.5.1
91 verbose npm v7.3.0
92 error code E404
93 error 404 Object Not Found - GET https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz - not_found
94 error 404
95 error 404 'fsh-sushi@https://skimdb.npmjs.com/registry/fsh-sushi/-/fsh-sushi-1.0.2.tgz' is not in the npm registry.
96 error 404 You should bug the author to publish it (or use the name yourself!)
97 error 404 Note that you can also install from a
98 error 404 tarball, folder, http url, or git url.
99 verbose exit 1
@**Chris Moesel** would you happen to know what is causing this?
Jens Villadsen (Jan 12 2021 at 15:02):
nevermind ... didn't think of fixing my registry ... my bad
Last updated: Apr 12 2022 at 19:14 UTC