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

Missing peer dependency for babel/preset-env #5741

Closed
3 tasks done
lkostrowski opened this issue Sep 14, 2022 · 3 comments · Fixed by #5748
Closed
3 tasks done

Missing peer dependency for babel/preset-env #5741

lkostrowski opened this issue Sep 14, 2022 · 3 comments · Fixed by #5748
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Type: Bug

Comments

@lkostrowski
Copy link

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

  1. Install @sentry/[email protected] with [email protected]

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
@AbhiPrasad
Copy link
Member

Hey, thanks for writing in! We've removed jscodeshift in #5713, which should be part of the next release, which will happen some time end of week. As such, this should not be an issue any more. Thanks!

@AbhiPrasad AbhiPrasad added Package: nextjs Issues related to the Sentry Nextjs SDK Status: Solved and removed Status: Untriaged labels Sep 14, 2022
@lkostrowski
Copy link
Author

Sounds good! Thanks for quick response

@AbhiPrasad
Copy link
Member

Released with https://github.com/getsentry/sentry-javascript/releases/tag/7.13.0 - thanks for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Type: Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants