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 dependency on @babel/runtime #964

Closed
mhassan1 opened this issue Aug 10, 2023 · 0 comments
Closed

Missing dependency on @babel/runtime #964

mhassan1 opened this issue Aug 10, 2023 · 0 comments

Comments

@mhassan1
Copy link

mhassan1 commented Aug 10, 2023

Describe the bug
This library's runtime code contains references to @babel/runtime, but @babel/runtime is only listed under devDependencies; this causes Cannot find module '@babel/runtime/helpers/interopRequireDefault' errors in strict environments like Yarn Plug'n'Play.

To Reproduce

  1. yarn set version berry
  2. yarn config nodeLinker pnp
  3. yarn add @react-awesome-query-builder/core
  4. yarn node -e "require('@react-awesome-query-builder/core')"

Expected behavior
No error

Screenshots
N/A

Additional context
N/A

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

No branches or pull requests

2 participants