无法加载模块 tns_modules/application/application.js

failed to load module tns_modules/application/application.js

过去 3 个小时我一直在思考这个问题。

我叫什么:../../latest-cli/nativescript-cli/bin/tns run android --watch --device=emulator-5554

一些想法会很棒!

确保您拥有 NativeScript 的所有最新部分(核心模块、运行时和 CLI)。这里有一篇很棒的博客 post:http://fluentreports.com/blog/?p=323,其中概述了以上所有内容都需要同步。那么你应该尝试 运行 tns platform remove android 然后 tns platform add android。然后确保卸载这个失败的构建,并在添加回平台后安装一个新的构建。

也只需打开模拟器并调用 tns livesync android --watch,CLI 将检测到 运行 模拟器。无需指定。