-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels