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 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
withpnpm@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