Open GiovanaNp1 opened 2 years ago
@MartijnCuppens Can You help-me?
@yyx990803 Can you help-me?
Your question is rather vague, so I'm not sure if this helps:
Following the recommended npm action npm audit fix
does indeed shrink the dependency issues from:
6 vulnerabilities (2 moderate, 3 high, 1 critical)
down to:
`5 vulnerabilities (2 moderate, 3 high)`
Next, you might find that the vue create [_your-app_]
doesn't do anything at all. Running it via npx was effective in not only downloading more dependencies but pointing out and prompting to remove an old cruft config file:
npx vue create [_your-app_]
With the Vue ecosystem moving towards Vite for bundling and running apps, I wouldn't have chosen the Vue CLI at this point but a leading cloud platform is surprisingly still featuring the tool in their main Vue tutorial. All good though when you can get this result:
INFO Starting development server...
DONE Compiled successfully in 16429ms
App running at:
I have the same issue. @vue/cli * Depends on vulnerable versions of download-git-repo
Version
5.0.8
Environment info
Steps to reproduce
npm audit
What is expected?
0 vunerabilitty
What is actually happening?
5 vunerability in packages inside the project