Closed
Description
Steps to reproduce:
tns create TestApp && tns build android --path TestApp -> Everything is fine
rm -rf TestApp/platforms/android
tns build android --path TestApp --compileSdk 99 (some invalid sdk version in order to fail build command)
Result: tns-android
is found in dependencies of package.json.
This later breaks tns platform add/remove android