-
Notifications
You must be signed in to change notification settings - Fork 13.5k
process.stdout.getWindowSize is not a function #6813
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
Comments
Hello! Thanks for opening an issue with us! As this seems like more of a support question i will urge that you ask this question on our forum (forum.ionicframework.com). Thanks for using Ionic! |
this is a bug! A console script that errors out when u try to assign its output to a variable or a file is clearly buggy. If we were able to parse the output of ionic list package we would be able to determine the last good build and then feed the build id to ionic package download for example. CLI scripting is all about being able to chain commands one after the other, imho. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Short description of the problem:
I can't seem to use certain commands from the ionic CLI from non-terminals.
This code:
Will result in something along the lines of:
I'm building a Laravel app to display the status of some running build tasks.
What behavior are you expecting?
Something... less... error-y?
Steps to reproduce:
Other information:
Here's the my
ionic info
I don't think I need Cordova as I'm not packaging (if that requires Cordova at all?) or compiling the app here.
Which Ionic Version? 1.x or 2.x
CLI v2.0.0-beta.30
The text was updated successfully, but these errors were encountered: