You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create folder for pwa-to-android project with "bubblewrap init" command
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?
The text was updated successfully, but these errors were encountered:
andreififiita
changed the title
Command "bubblewrap build" throws error
Command "bubblewrap build" throws error 'cli ERROR stdout maxBuffer length exceeded'
Oct 1, 2024
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
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):
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?
The text was updated successfully, but these errors were encountered: