Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
7.12.1
Framework Version
React 18.2.0, Next 12.3.0
Link to Sentry event
No response
Steps to Reproduce
- Install
@sentry/nextjs@7.12.1 with pnpm@7.7.1
Expected Result
There should be no errors related to installation of Sentry
Actual Result
There is missing @babel/preset-env@^7.1.6 from jscodeshift package
ERR_PNPM_PEER_DEP_ISSUES Unmet peer dependencies
.
├─┬ @sentry/nextjs
│ └─┬ jscodeshift
│ └── ✕ missing peer @babel/preset-env@^7.1.6
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
7.12.1
Framework Version
React 18.2.0, Next 12.3.0
Link to Sentry event
No response
Steps to Reproduce
@sentry/nextjs@7.12.1withpnpm@7.7.1Expected Result
There should be no errors related to installation of Sentry
Actual Result
There is missing
@babel/preset-env@^7.1.6fromjscodeshiftpackage