Nativescript:无法创建应用程序...无法加载模块:...app/main.js

Nativescript: unable to create application... Failed to load module: ...app/main.js

我正在摆弄 sample-Groceries 应用程序,现在我已经在两台机器上安装了 NativeScript 和 angular 2,当我尝试这样做时,我在两台机器上都收到了相同的错误消息:

tns run android --emulator

IOS 运行没有问题,但在 Android 上,我收到以下错误:

unhandled exception java.lang.runtimeexception unable to create application... Failed to load module: ...app/main.js

(见图)我还尝试了较旧的 API 版本 22。

我找到的唯一答案是关于更改 app.js,但我找不到该文件。

希望有人能提供帮助。

这实际上是一个很容易解决的问题; 输入您的应用文件夹并输入:

npm install tns-core-modules@latest --save

然后您需要重建您的应用程序,您应该可以开始了。

参见:http://fluentreports.com/blog/?p=323