-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unable to use Bubblewrap Build #853
Comments
I encountered this on Windows 11 also. |
Will try this |
I have the same issue |
This is due to a security patch in node, Bubblewrap needs to use { shell: true } when spawning a process: nodejs/node#52554 As a workaround, use older version of node. |
bubblewrap/packages/core/src/lib/util.ts Line 92 in 2395d6a
|
bubblewrap/packages/core/src/lib/util.ts Line 92 in 2395d6a
It turned out to be because of this line: bubblewrap/packages/core/src/lib/util.ts Line 63 in 2395d6a
should be fixed by #881 |
I used node.js 16 and it worked for me, try downgrading your node.js to an older one. |
Node 16 is dead. It reached EOL a long time ago. |
Describe the bug
Unable to utilize bubblewrap. While using bubblewrap build I got a cli ERROR spawn EINVAL error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The CLI to build the android app without issues
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I installed the CLI via NPM and immediately tried to use it but failed
The text was updated successfully, but these errors were encountered: