-
-
Notifications
You must be signed in to change notification settings - Fork 48
Fresh build problem on linux #88
Comments
This may have to do with the broken release we had yesterday. Can you try again with the latest release (2.0.0-rc.0) and let us know if it works for you? |
how can I get the code of (2.0.0-rc.0)? |
|
Thanks! |
@rimonmath Is the issue solved? |
@rigor789 Nope. currently having other problems. main.js file contains error. single quotation is missing on line 3. If I fix it manually, then other error occurs. class not found exception: java.lang.Class.ClassForName. |
What's on line 3? Also can you include the output for the |
line three is as follow: It should be: |
Okay, that was also a mistake on our part - fixed in #97 🙄 How about the |
We are locking this issue because it has been closed for more than 14 days. If the issue comes up again please open a new issue with additional details. |
Version
N/A
Reproduction link
https://github.com/nativescript-vue/vue-cli-template
Platform and OS info
Xubuntu 18.04
Steps to reproduce
What is expected?
Run fresh project without any error
What is actually happening?
Running the project with error. The error message is like :
ERROR in ./router/index.js Module not found: Error: Can't resolve '../components/Counter'
This error happens for all the components HelloWorld.vue, Counter.vue and Home.vue.
If i write the code with .vue extension like
import Counter from '../components/Counter.vue';
Then another error occurred. It shows error for template tag. Seems vue-loader not configured currectly
The text was updated successfully, but these errors were encountered: