Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting error with this package in playground, can not i use this here? #3

Open
Timon0219 opened this issue Oct 3, 2019 · 1 comment

Comments

@Timon0219
Copy link

Error: com.tns.NativeScriptException: Failed to find module: "nativescript-vue-shadow", relative to: app/tns_modules/
com.tns.Module.resolvePathHelper(Module.java:151)
com.tns.Module.resolvePath(Module.java:56)
com.tns.Runtime.runModule(Native Method)
com.tns.Runtime.runModule(Runtime.java:662)
com.tns.Runtime.run(Runtime.java:654)
com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4995)
android.app.ActivityThread.access$1800(ActivityThread.java:170)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1555)
android.os.Handler.dispatchMessage(Handler.java:102)
android.os.Looper.loop(Looper.java:179)
android.app.ActivityThread.main(ActivityThread.java:5769)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
at com.tns.Runtime.runModule(Native Method)
at com.tns.Runtime.runModule(Runtime.java:662)
at com.tns.Runtime.run(Runtime.java:654)
at com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4995)
at android.app.ActivityThread.access$1800(ActivityThread.java:170)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1555)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:179)
at android.app.ActivityThread.main(ActivityThread.java:5769)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
[OPPO A57]: com.tns.NativeScriptException: Error calling module function
Error: com.tns.NativeScriptException: Failed to find module: "nativescript-vue-shadow", relative to: app/tns_modules/
com.tns.Module.resolvePathHelper(Module.java:151)
com.tns.Module.resolvePath(Module.java:56)
com.tns.Runtime.runModule(Native Method)
com.tns.Runtime.runModule(Runtime.java:662)
com.tns.Runtime.run(Runtime.java:654)
com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4995)
android.app.ActivityThread.access$1800(ActivityThread.java:170)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1555)
android.os.Handler.dispatchMessage(Handler.java:102)
android.os.Looper.loop(Looper.java:179)
android.app.ActivityThread.main(ActivityThread.java:5769)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
File: (:1:265)

StackTrace:
require(:1:266)
at (file:///data/data/org.nativescript.preview/files/app/app.js:11:30)
at require(:1:266)

Error: com.tns.NativeScriptException: Failed to find module: "nativescript-vue-shadow", relative to: app/tns_modules/
com.tns.Module.resolvePathHelper(Module.java:151)
com.tns.Module.resolvePath(Module.java:56)
com.tns.Runtime.runModule(Native Method)
com.tns.Runtime.runModule(Runtime.java:662)
com.tns.Runtime.run(Runtime.java:654)
com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
android.app.ActivityThread.handleBindApplication(ActivityThread.java:4995)
android.app.ActivityThread.access$1800(ActivityThread.java:170)
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1555)
android.os.Handler.dispatchMessage(Handler.java:102)
android.os.Looper.loop(Looper.java:179)
android.app.ActivityThread.main(ActivityThread.java:5769)
java.lang.reflect.Method.invoke(Native Method)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)
at com.tns.Runtime.runModule(Native Method)
at com.tns.Runtime.runModule(Runtime.java:662)
at com.tns.Runtime.run(Runtime.java:654)
at com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:21)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1014)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4995)
at android.app.ActivityThread.access$1800(ActivityThread.java:170)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1555)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:179)
at android.app.ActivityThread.main(ActivityThread.java:5769)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:674)

@Timon0219 Timon0219 changed the title I am getting error with this package. I am getting error with this package in playground, can not i use this here? Oct 3, 2019
@Upd4ting
Copy link

The playground has preinstalled plugins but not all of them. They wont install all the plugins coming from the internet.
So you can't use it there no.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants