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
I am able to run tns install locally within a few seconds. The spinner you are using (clui) is great, and as a user it is good to have some indeterminate progress indicator.
Unfortunately, when running the same command in the CI environment (Atlassian Bamboo), the spinner seems to cause some problems. Where the spinner is created, the process hangs for five minutes, then I get output like this:
(I've omitted several hundred more lines like these.)
I have tried this command logged into the build agent machine, and it doesn't have this issue, only when running it through the Bamboo build agent.
It would be awesome if there was some kind of command line flag, environment variable, or configuration option that would make a simple console log for Installing tns-ios instead of creating the spinner.
The text was updated successfully, but these errors were encountered:
I am able to run
tns install
locally within a few seconds. The spinner you are using (clui) is great, and as a user it is good to have some indeterminate progress indicator.Unfortunately, when running the same command in the CI environment (Atlassian Bamboo), the spinner seems to cause some problems. Where the spinner is created, the process hangs for five minutes, then I get output like this:
(I've omitted several hundred more lines like these.)
I have tried this command logged into the build agent machine, and it doesn't have this issue, only when running it through the Bamboo build agent.
It would be awesome if there was some kind of command line flag, environment variable, or configuration option that would make a simple console log for
Installing tns-ios
instead of creating the spinner.The text was updated successfully, but these errors were encountered: