Skip to content
New issue

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

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

Open
noyeahlee opened this issue Dec 4, 2019 · 1 comment

Comments

@noyeahlee
Copy link

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:

  • moment in ./~/fullcalendar/dist/fullcalendar.js

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
Copy link

hennadiiHusiev commented Jan 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants