creativetimofficial / ct-vue-paper-dashboard-pro

Vue Paper Dashboard PRO - made by Creative Tim
https://www.creative-tim.com/product/vue-paper-dashboard-pro
41 stars 13 forks source link

This dependency was not found: * moment in ./~/fullcalendar/dist/fullcalendar.js #101

Open noyeahlee opened 4 years ago

noyeahlee commented 4 years ago

PS C:\vue> npm run dev

vue-paper-dashboard-pro@1.1.0 dev C:\vue cross-env ENABLE_ESLINT=true node build/dev-server.js

Starting dev server... { parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.

ERROR Failed to compile with 1 errors 17:39:13 This dependency was not found:

To install it, you can run: npm install --save moment

Listening at http://localhost:8000

Hi! This is pro version.

npm install --> found 33 vulnerabilities (14 low, 3 moderate, 14 high, 2 critical) run npm audit fix to fix them, or npm audit for details

npm run dev -->Same situation as above

Tell me how to fix it.

Thanks!

hennadiiHusiev commented 4 years ago

Try to run: npm install --save moment Solved it for me.