Open mozi22 opened 6 years ago
I have a similar problem. Next error appears when I execute: tns run android. The problem started after installing "nativescript-ui-sidedrawer" plugin and removing android platform.
System.err: Error: com.tns.NativeScriptException: Failed to find module: "nativescript-angular/platform", relative to: a
pp/tns_modules/
System.err: com.tns.Module.resolvePathHelper(Module.java:146)
System.err: com.tns.Module.resolvePath(Module.java:55)
System.err: com.tns.Runtime.runModule(Native Method)
System.err: com.tns.Runtime.runModule(Runtime.java:553)
System.err: com.tns.Runtime.run(Runtime.java:545)
System.err: com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
System.err: android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1032)
System.err: android.app.ActivityThread.handleBindApplication(ActivityThread.java:5876)
System.err: android.app.ActivityThread.-wrap3(ActivityThread.java)
System.err: android.app.ActivityThread$H.handleMessage(ActivityThread.java:1699)
System.err: android.os.Handler.dispatchMessage(Handler.java:102)
System.err: android.os.Looper.loop(Looper.java:154)
System.err: android.app.ActivityThread.main(ActivityThread.java:6682)
System.err: java.lang.reflect.Method.invoke(Native Method)
System.err: com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
System.err: com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
System.err: File: "
My package.json looks:
{
"nativescript": {
"id": "org.nativescript.conFusion",
"tns-ios": {
"version": "5.0.0"
},
"tns-android": {
"version": "5.0.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN
I removed and reinstalled hooks, platform and node modules directories but the error is still there. I don't know what could be my next step.
I have similar problem about lodash
me :( Error: com.tns.NativeScriptException: Failed to find module: "@ngrx/store", relative to: app/tns_modules/
Hi, I am unable to figure this one out. It's took me a several days without success. Please help me out.
Here's how my
package.json
looks.I am trying to bundle my project using
webpack
using the following commandtns run android --bundle
. Please help me out here.P.S I am using the angular-seed-advanced project. But I am running the command from inside the
nativescript folder
of the project. Not sure if this has something to do with the error.