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: 5.0.0-2018-10-15-12485
Describe the bug
When tns run android is executed and then tns run android --bundle the node-modules folder is not removed from the previous prepare of the project in platforms folder.
To Reproduce
1 tns create testApp
2 cd testApp
3 tns run android
4 ctrl + c
5 tns run bundle
Expected behavior
\platforms\android\app\src\main\assets\app doesn't contain tns_modules
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
When
tns run androidis executed and thentns run android --bundlethe node-modules folder is not removed from the previous prepare of the project inplatformsfolder.To Reproduce
1
tns create testApp2
cd testApp3
tns run android4
ctrl + c5
tns run bundleExpected behavior
\platforms\android\app\src\main\assets\appdoesn't containtns_modules