-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
Using ts-node main branch as a dependency fails on Yarn berry #2002
Comments
Should be fixed by #2017 |
Aaaactually this still fails.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Installing the patched version (for tsconfig.json with extended config array support) on main with Yarn Berry (v.3.5.0) should work:
Actual Behavior
The above command causes the following errors:
Causes an error during
prepackphase:The mentioned log contains:
Steps to reproduce the problem
yarn set version berry
yarn config set nodeLinker node-modules
Specifications
The text was updated successfully, but these errors were encountered: