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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.0.1
To Reproduce
tns migrate
tns migrate
the second migrate will exit with code 127 and red error
tns update
tns update
the second update will exit with code 127 and red error
Expected behavior
When everything is up-to-date, the CLI should exit with code 0 and green message.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):To Reproduce
tns migrate
tns migrate
migrate
will exit with code 127 and red errortns update
tns update
update
will exit with code 127 and red errorExpected behavior
When everything is up-to-date, the CLI should exit with code 0 and green message.
The text was updated successfully, but these errors were encountered: