-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
LiveSync for Android throws stdout maxBuffer exceeded #730
Comments
Where is child-process.js located? |
Sorry for asking for again but I an not able to find it. But where is child-process located in my system. |
C:\Users{username}\AppData\Roaming\npm\lib\node_modules\nativescript\lib\common\child-process.js |
Get all adb output, even for large operations Fixes NativeScript/nativescript-cli#730
Get all adb output, even for large operations Fixes #730
Get all adb output, even for large operations Fixes NativeScript/nativescript-cli#730
I have same problem I can't fix it, I put the maxBuffer on exec command but it still fails. `exec(command, options, execOptions) {
|
When running tns livesync android I get
After the Applying changes... message.
Tablet: Asus MeMO Pad 7 K013
My solution - I changed the maxBuffer size inside lib/child-process.js
The text was updated successfully, but these errors were encountered: