Skip to content

tns-android inside dependencies when tns build/run android fails  #2547

Closed
@dtopuzov

Description

@dtopuzov

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions