Closed drewwyatt closed 6 years ago
Hey, @drewwyatt,
I tried your exact steps on my machine but I couldn't reproduce it. From your output I can only guess why tns command is replaced with node command - one possible reason is if some symlinks are not ok. A way to be sure a specific tns installation will be used is if you set it up in your launch.json configurations -> just add "nativescriptCliPath": "/
Thanks!
closing due to inactivity
Steps to Reproduce
tns run ios --emulator
Expected Results
Actual Results
Error: Cannot find module '/Users/drew.wyatt/Projects/Nativescript/typescript-test/ios'
(full output below)Additional Notes
It appears that it is running the command
node debug ios --no-client --watch
(instead oftns debug ...
).OS: macOS Sierra Version 10.12.3
Nativescript VSCode Extension Version: 0.6.1
launch.json
Debug Console Output from "Launch on iOS"
package.json