Closed rameshbas closed 8 years ago
I am having the same issue.
I got it.
If you run tns doctor
and you get this screen:
you should update the tns-core-modules
, this can be done using the following npm command (In the root of your project):
npm install tns-core-modules@latest --save
You should be able to get a working build.
The suggest solution worked ok. Thanks for the quick response.
It worked thx. Do you have typescript version? This is all .js files
Sent from my MetroPCS 4G LTE Android device-------- Original message --------From: Ryan notifications@github.com Date: 7/2/2016 3:11 PM (GMT-08:00) To: NativeScript/sample-Groceries sample-Groceries@noreply.github.com Cc: rameshbas rameshbas@yahoo.com, Author author@noreply.github.com Subject: Re: [NativeScript/sample-Groceries] Failed to load module/data/data/org.nativescript.groceries/files/app/main.js (#112) I got it.
If you run tns doctor and you get this screen:
you should update the tns-core-modules, this can be done using the following npm command (In the root of your project):
npm install tns-core-modules@latest --save
You should be able to get a working build.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Yeah I am doing the typescript version. Now that I got that working I just need to get it working in the emulator because the watch mode looks pretty cool!
The problem seems to be resolved here. If you’re still having issues let us know and we can investigate. Thanks 😄
I tried twice this and the angular-end branch. Has classnotfound or file not found exception. First line of error:Unableto to create application.com.tns.NativeScriptApplication: Let me know what I am doing wrong. tns doctor works as indicated Created master version connected to android phone (samsung) Other apps from (Monaca) worked ok.