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

Failed to compile with 3 errors #1

Open
bitsnaps opened this issue Feb 24, 2019 · 1 comment
Open

Failed to compile with 3 errors #1

bitsnaps opened this issue Feb 24, 2019 · 1 comment

Comments

@bitsnaps
Copy link

Hi, I've just cloned the repo, then I did npm install and I had to fix 2 issues with npm audit fix as suggested by npm, now when I run npm run serve I got this:

These dependencies were not found:

* vuelidate in ./src/main.js
* vuelidate/lib/validators in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./src/views/EventCreate.vue?vue&type=script&lang=js&

To install them, you can run: npm install --save vuelidate vuelidate/lib/validators


This relative module was not found:

* ./filters/date in ./src/main.js

I tried npm install --save vuelidate vuelidate/lib/validators as suggested but nothing help.
I'm running npm v6.4.1, any idea?

@ruivoh
Copy link

ruivoh commented Feb 24, 2019

I've created a pull request to solve that:
#2
Hope they merge it.

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