GoogleChromeLabs / GoogleChromeLabs/bubblewrap

Command "bubblewrap build" throws error 'cli ERROR stdout maxBuffer length exceeded'

Open
#889 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.