GoogleChromeLabs / GoogleChromeLabs/bubblewrap
Command "bubblewrap build" throws error 'cli ERROR stdout maxBuffer length exceeded'
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
After initializing PWA folder, the bubblewrap build command throws error "cli ERROR stdout maxBuffer length exceeded"
Example of output:
_Please, enter passwords for the keystore /Users/......../android.keystore and alias android.
? Password for the Key Store: *******
? Password for the Key: *******
Building the Android App...
cli ERROR stdout maxBuffer length exceeded_
**To Reproduce**
1. Create folder for pwa-to-android project with "bubblewrap init" command
2. Run "bubblewrap build" command
**Expected behavior**
The build command should finish building app-release-bundle.aab and app-release-bundle.apk and display command output.
**Desktop (please complete the following information):**
- OS: macOS Ventura 13.7
- NodeJS: 18.15.0
- Version: 1.22.0
**Additional context**
This might be a nodejs related issue, but I didn't manage to find a solution for changing maxBuffer for bubblewrap build command. Also, I did not find any references about this regarding bubblewrap specifically.
Can anyone help?
Contributor guide
Assessment
This issue has not been assessed yet.