Error when Build on Fresh Nativescript-vue Project
See original GitHub issueAfter I followed the Quicstart tutorial in docs
I got this error:
I run tns doctor
and said my configuration is okay. This error is weird because last week I installed and do the same process from quickstart tutorial in docs and it runs successfully (Ubuntu OS) and then this week I tried to make a new project in my Windows Machine, and I got this error. Tried to make new project in my Ubuntu Machine, now it got the same error.
Anyone know how to fix this? Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Errors during vue add nativescript-vue with CLI v4 #34 - GitHub
When I create a new project with vue create my-dir , choosing some options with vue-router , then vue add nativescript-vue with options...
Read more >NativeScript Vue - Android Build error under Windows 10 (ns ...
Project successfully prepared (android) Building project... Gradle build... FAILURE: Build failed with an exception.
Read more >Troubleshooting - NativeScript Docs
Problem: After switching branches your app no longer builds, or does not display new changes. Solution: The NativeScript CLI generates platform-specific native ...
Read more >Getting Started with building Mobile Apps with NativeScript ...
In this tutorial, I will walk you through getting started with NativeScript + Vue using the guide and focusing on building a sample...
Read more >Creating a Pokedex App with NativeScript-Vue | Jscrambler Blog
The NativeScript-Vue plugin enables building cross-platform mobile apps ... Once installed, initialize a new project using the Vue CLI.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@rigor789 it is now fixed, I tried to install fresh project, and I got it working in my emulator now. Thanks! 👍
Delete
node_modules
platforms
andhooks
folders, runnpm install
and thentns run android --bundle
, it should work. If there are any errors during the build/run step, please include the logs from your terminal.