We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PS C:\vue> npm run dev
[email protected] 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 audit fix
npm audit
npm run dev -->Same situation as above
Tell me how to fix it.
Thanks!
The text was updated successfully, but these errors were encountered:
Try to run: npm install --save moment Solved it for me.
Sorry, something went wrong.
No branches or pull requests
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
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, ornpm audit
for detailsnpm run dev
-->Same situation as above
Tell me how to fix it.
Thanks!
The text was updated successfully, but these errors were encountered: