tns run android fails to build if there is ios dev dependency in node_modules folder. Steps to repro: 1. tns create test 2. cd test 3. npm install tns-ios-inspector@2.5.0 --save-dev 4. tns run android
tns run android fails to build if there is ios dev dependency in node_modules folder.
Steps to repro: