Open fkazadi2 opened 4 years ago
I am experiencing the same problem. Pls let me know when rectified.
- get the same problem. Try npm audit fix - the issue remains. Pls advise if this will cause problem down the road. Thx
I think this will be okay for learning purposes. Just don't go live with anything that you create here. For me, I ran npm audit fix
and it fixed all 100+ vulnerabilities except one. But now I know which package I am going to avoid when I build my own websites. :)
I don't know if anyone still experiences this, but the async package is outdated and has high severity vulnerability, so it's better to uninstall the vulnerable packages by using npm uninstall <package-name>
including async, browser-sync, port-scanner, and lite-server. Then, use npm install async
to install the latest version. If you wanna preview the HTML files, use the live preview extension from Visual Studio Code instead.
1 package is looking for funding run
npm fund
for detailsfound 4 vulnerabilities (3 low, 1 high) run
npm audit fix
to fix them, ornpm audit
for details