-
Notifications
You must be signed in to change notification settings - Fork 176
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 with incomplete JVMTypes.d.ts #538
Comments
Same problem on my main machine, using the last available version in master 41f41fb.
node version is Pasting my stacktrace too:
The resulting |
I'm having the same issue. I was able to get past it initially but adding the closing bracket to: |
FYI, I'm doing this on Linux. |
I solved this problem using a lower version of node (v12) on linux |
use node(v12) in windows11 in fine |
Running on Windows 10. In Git Bash. Node v16.15.1.
yarn install
eventually chokes with
Looking at
includes/JVMTypes.d.ts
, it does look incomplete:I'm not noticing any earlier warnings+errors after the intentional
Cannot find module
warnings that would explain the file being partially built. I don't know where the doppioh step that must be failing occurs in these logs:The text was updated successfully, but these errors were encountered: