You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi, I've just cloned the repo, then I did
npm install
and I had to fix 2 issues withnpm audit fix
as suggested by npm, now when I runnpm run serve
I got this:I tried
npm install --save vuelidate vuelidate/lib/validators
as suggested but nothing help.I'm running npm v6.4.1, any idea?
The text was updated successfully, but these errors were encountered: