tns --watch 不工作
tns --watch not working
几天前,我启动了这个应用程序,--watch 一直运行良好,直到今天。
这就是我所说的:tns run android --emulator --device=ANDROID --watch
但是当我更改代码时,没有任何反应,我的更改不存在。
当我 运行 tns doctor 时,它显示除了 ios 模拟器之外的所有内容都是最新的( 我目前没有使用)。
刚刚尝试重新安装应用程序(从 git - https://github.com/nestor94/my-instagram )并重新创建了 avd。仍然 --watch 不工作。
谢谢!
您正在使用错误的 command 来观察变化尝试使用 tns livesync android --watch
不确定"wrong"
Since {N} 2.5.0 we say:
This command is deprecated. It will be removed in the next version of NativeScript CLI. Use the "run" command instead.
我建议你 运行 tns run --help
看看你是否有 --watch
标志..我没有看到这样的。根据我的经验,它默认同步更改(除非你要添加新的 libs/installs 然后你需要退出 & 运行 再次执行此命令)
几天前,我启动了这个应用程序,--watch 一直运行良好,直到今天。
这就是我所说的:tns run android --emulator --device=ANDROID --watch
但是当我更改代码时,没有任何反应,我的更改不存在。 当我 运行 tns doctor 时,它显示除了 ios 模拟器之外的所有内容都是最新的( 我目前没有使用)。
刚刚尝试重新安装应用程序(从 git - https://github.com/nestor94/my-instagram )并重新创建了 avd。仍然 --watch 不工作。
谢谢!
您正在使用错误的 command 来观察变化尝试使用 tns livesync android --watch
不确定"wrong"
Since {N} 2.5.0 we say: This command is deprecated. It will be removed in the next version of NativeScript CLI. Use the "run" command instead.
我建议你 运行 tns run --help
看看你是否有 --watch
标志..我没有看到这样的。根据我的经验,它默认同步更改(除非你要添加新的 libs/installs 然后你需要退出 & 运行 再次执行此命令)