-
-
Notifications
You must be signed in to change notification settings - Fork 26
From clean install, npm run debug:android with Nativescript 5.4 throws error #15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I've added a commit to the However, I've tried reproducing your issue and I cannot reproduce it so I don't know if what's currently in Create a new vue project as normal and then install and invoke the plugin in the dev branch like this to test it out: |
sorry...wrong install link. here's the correct one for the |
Thanks for the update @jawa-the-hutt ! Did you mean the |
The |
I'm not entirely sure if this is fully specific to this plugin, but this does not occur when creating a new project using the Nativescript-vue/vue-cli-template.
The problematic line of code is here in the tns-core-modules
It seems that between Typescript and webpack
utils_1.mainThreadify
cannot be found.Any help or direction is appreciated.
Steps to reproduce:
Output from Emulator: (Android version: 8.0 (Oreo) - API 26)
(sorry for the long log dump, tried putting this in a
<details>
block but couldn't fully get the formatting to work)The text was updated successfully, but these errors were encountered: