Open noyeahlee opened 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" }.
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.
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 audit fix
npm audit
npm run dev -->Same situation as above
Tell me how to fix it.
Thanks!
Try to run: npm install --save moment Solved it for me.
PS C:\vue> npm run dev
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
npm install --> found 33 vulnerabilities (14 low, 3 moderate, 14 high, 2 critical) run
npm audit fix
to fix them, ornpm audit
for detailsnpm run dev -->Same situation as above
Tell me how to fix it.
Thanks!