Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@sentry/angular-ivy 7.59.1 -> No matching version found for @sentry/[email protected] #8570

Closed
3 tasks done
sysmat opened this issue Jul 18, 2023 · 12 comments
Closed
3 tasks done

Comments

@sysmat
Copy link

sysmat commented Jul 18, 2023

Is there an existing issue for this?

How do you use Sentry?

Self-hosted/on-premise

Which SDK are you using?

@sentry/browser

SDK Version

7.59.1

Framework Version

angular 16.1.5

Link to Sentry event

No response

SDK Setup

No response

Steps to Reproduce

  1. @sentry/angular-ivy 7.59.1
  2. npm i

Expected Result

  • to install package

Actual Result

@kle-pra
Copy link

kle-pra commented Jul 18, 2023

I am having the same error

@sentry/[email protected] is not published.

@fromsomnia
Copy link

Same here. Not using it directly in my case but it looks like it's coming from a dependency from other sentry packages I'm using:

10158 timing command:install Completed in 44271ms
10159 verbose type version
10160 verbose stack @sentry/browser: No matching version found for @sentry/[email protected].
10160 verbose stack     at module.exports (/usr/local/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
10160 verbose stack     at RegistryFetcher.manifest (/usr/local/lib/node_modules/npm/node_modules/pacote/lib/registry.js:119:22)
10161 verbose cwd *********
10162 verbose Darwin 22.5.0
10163 verbose node v18.16.1
10164 verbose npm  v9.5.1
10165 error code ETARGET
10166 error notarget No matching version found for @sentry/[email protected].
10167 error notarget In most cases you or one of your dependencies are requesting
10167 error notarget a package version that doesn't exist.

@sysmat
Copy link
Author

sysmat commented Jul 18, 2023

npm list @sentry/browser     
frontend
└─┬ @sentry/[email protected]
  └── @sentry/[email protected]

@payyavularajasekharholcim
Copy link

payyavularajasekharholcim commented Jul 18, 2023

Is there any temporary fix available? I am also facing the same issue.

@sysmat
Copy link
Author

sysmat commented Jul 18, 2023

@payyavularajasekharholcim don't upgrade, use @sentry/[email protected]

@fromsomnia
Copy link

fromsomnia commented Jul 18, 2023

@payyavularajasekharholcim don't upgrade, use @sentry/[email protected]

This resolved it for me. And in fact, although 7.58.1 installed successfully I had to downgrade to 7.57.0 to get around a typing issue given @sentry/capacitor 0.12.1.

@payyavularajasekharholcim
Copy link

payyavularajasekharholcim commented Jul 18, 2023

npm ERR! code ETARGET
npm ERR! notarget No matching version found for @sentry/[email protected].
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@sentry/angular'
npm ERR! notarget

This is the error message I am getting and below are the version versions which I used

image

@fromsomnia @sysmat

@Lms24
Copy link
Member

Lms24 commented Jul 18, 2023

Hi everyone,

it seems there has been a publishing problem with 7.59.0 and 7.59.1. Due to this problem some packages have been released, others not, leading to this problem. We are very sorry about the inconvenience and are working to fix this ASAP! For now, please pin your dependencies to ~7.58.1 to avoid this problem until we have fixed 7.59.x! We'll keep you posted here.

@sysmat
Copy link
Author

sysmat commented Jul 18, 2023

on npm there is only 7.59.0-beta.1

@fromsomnia
Copy link

npm ERR! code ETARGET

   npm ERR! notarget No matching version found for @sentry/[email protected].

   npm ERR! notarget In most cases you or one of your dependencies are requesting

   npm ERR! notarget a package version that doesn't exist.

   npm ERR! notarget 

   npm ERR! notarget It was specified as a dependency of '@sentry/angular'

   npm ERR! notarget 

This is the error message I am getting and below are the version versions which I used

image

@fromsomnia @sysmat

As mentioned by @Lms24 if you set your package versions to the following you should be in the clear:

    ...
    "@sentry/angular": "7.58.1",
    "@sentry/tracing": "7.58.1"

@mydea
Copy link
Member

mydea commented Jul 18, 2023

Hello, we have just released 7.59.2, which should work again as expected! We're very sorry about the inconvenience, we are taking steps to ensure we avoid such publish issues in the future.

@payyavularajasekharholcim

Hello, we have just released 7.59.2, which should work again as expected! We're very sorry about the inconvenience, we are taking steps to ensure we avoid such publish issues in the future.

Thankyou very much for the timely resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

6 participants