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):
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.