Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/sveltekit
SDK Version
7.58.1
Framework Version
1.20.4
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
In a fresh project, try to install @sentry/[email protected]
$ npm install @sentry/[email protected]
Expected Result
I would expect @sentry/[email protected] to be installed, without any dependencies on v7.59.0 libraries.
No amount of forcing dependencies to 7.58.1 worked. No matter what you do, npm will attempt to install a v7.59.0 dependency.
Actual Result
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @sentry-internal/[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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Waiting for: Product Owner