Sentry-javascript: npm get 404 error trying to download @sentry/browser

Created on 6 Aug 2020  路  12Comments  路  Source: getsentry/sentry-javascript

Are there some problem on npm? I'm trying to install @sentry/browser but I'm not getting it. I thought it was problem on my environment but when I try a npm view @sentry/browser command, it still return me a 404 error message. Do someone know what's happening?

Needs Triage

Most helpful comment

Same here, see link in v1shva's post above - https://status.npmjs.org/

All 12 comments

I am also getting 404 '@sentry/[email protected]' is not in the npm registry.. Seems something went wrong with npm. Check https://status.npmjs.org/.

Thanks @v1shva .

Also getting this error

getting same error on yarnpkg

Yeah. Installs not working for any version I've tried. Is this an npm issue?

Having same issue since today.

yarn install v1.22.4
info No lockfile found.
[1/4] 馃攳  Resolving packages...
error Couldn't find package "@sentry/[email protected]" required by "@sentry/browser@^5.0.6" on the "npm" registry.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Couldn't find package "@sentry/[email protected]" required by "@sentry/browser@^5.0.6" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:750:123)
    at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:36539:17)
    at Generator.throw (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
    at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:323:13
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
Error: Couldn't find package "@sentry/[email protected]" required by "@sentry/browser@^5.0.6" on the "npm" registry.
    at MessageError.ExtendableBuiltin (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:721:66)
    at new MessageError (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:750:123)
    at PackageRequest.<anonymous> (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:36539:17)
    at Generator.throw (<anonymous>)
    at step (/usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:310:30)
    at /usr/local/Cellar/yarn/1.22.4/libexec/lib/cli.js:323:13
    at processTicksAndRejections (internal/process/task_queues.js:97:5)

Same here, see link in v1shva's post above - https://status.npmjs.org/

Me too, when installing @sentry/[email protected]

Now it's working, but I have the same problems with other packages. Seems like something wrong with npm

Seemed this was an npm issue with scoped packages (like @sentry/...) - but I wanna double check to make sure that it wasn't anything on our side. Are people still having this issue?

Probably it was just a problem from npm. After the platform up I didn't have problem anymore, but I didn't test other @sentry's packages. Can I close this issue?

Cool I am closing this issue then, but please feel free to re-open if something occurs. Thanks!

Was this page helpful?
0 / 5 - 0 ratings