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

File naming mistake (VLink.vue instead Vlink.vue) #2

Closed
NadhirBoukhenifra opened this issue Aug 13, 2017 · 3 comments
Closed

File naming mistake (VLink.vue instead Vlink.vue) #2

NadhirBoukhenifra opened this issue Aug 13, 2017 · 3 comments

Comments

@NadhirBoukhenifra
Copy link

Hi,
after running this command:
npm run watch
i get error:

 ERROR  Failed to compile with 1 errors                                                      16:12:37

 error  in ./resources/assets/js/components/VLink.vue

Module build failed: Error: ENOENT: no such file or directory, open '/home/nadhir/p/Vuetified/resources/assets/js/components/VLink.vue'

just i fixed it by renaming this file from:
/resources/assets/js/components/Vlink.vue to
/resources/assets/js/components/VLink.vue

@aruxek
Copy link

aruxek commented Aug 17, 2017

Try change in the file /resources/assets/js/components/LeftSideBar.vue file on line 35

Import VLink from '../components/VLink.vue'

to

Import VLink from '../components/Vlink.vue'

@codeitlikemiley
Copy link
Owner

thanks ive already change it, but as of now, im on the process of making this a preset at the same time a serviceprovider...

so we might expect this to be a package...
which would consume laravel preset commands
and laravel autopackage discovery...

i just have time this day, since im doing a lot lately, developing other stuff...
but hopefully i can launch this as a package soon

@codeitlikemiley
Copy link
Owner

already push this to the update

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

3 participants