real-world-vue icon indicating copy to clipboard operation
real-world-vue copied to clipboard

Failed to compile with 3 errors

Open bitsnaps opened this issue 6 years ago • 1 comments
trafficstars

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?

bitsnaps avatar Feb 24 '19 20:02 bitsnaps

I've created a pull request to solve that: https://github.com/Code-Pop/real-world-vue/pull/2 Hope they merge it.

ruivoh avatar Feb 24 '19 21:02 ruivoh