-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Yarn install fails in Node 12 #3799
Labels
Comments
Closed
I haven't tested with Node 13 yet. We run CI on Node LTS, and that's our main priority. I'm open to PRs which fix compatibility with latest Node, though |
Looks like it also fails on Node 12.10 in that linked issue and I can confirm it also failed on Node 12.12 (LTS) on Catalina. Build log
|
I'll open an issue on tree-sitter-typescript |
This was referenced Oct 31, 2019
it looks like Node 12 is now LTS, so our CI builds are also failing |
adidahiya
changed the title
Yarn install fails in monorepo root.
Yarn install fails in Node 12
Nov 1, 2019
This was referenced Nov 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
If possible, link to a minimal repro (fork this code sandbox):
Steps to reproduce
Actual behavior
Deps install fails due to tree-sitter-typescript failing to build. I am not sure if that package is actually the problem or the version of nan or node-gyp being pulled in by yarn hoisting. Is anyone else having this problem?
Build Log
Expected behavior
Install deps for monorepo.
Possible solution
I think yarns's workspace hoisting is interfering with versions that are compatible with node 13. Maybe an update for one of the deps would fix it?
The text was updated successfully, but these errors were encountered: