'NPM response after creating new Vue JS project
I would like someone to please explain to me three things I get after creating new Vue JS project. NPM is giving me few warnings that would like to understand.
1- 83 packages looking for fund.
2- (69 vulnerabilities (2 low, 57 moderate, 10 high)).
3- The different warnings I get when I run (npm audit fix --force) as it says.
So, do I need to worry about those errors? My project is successfully built but while watching others do it on YouTube they don't get those errors or heads-up or whatever it's called.
I'm using windows 10 PowerShell terminal and I have Node and npm installed and Vue JS 3 installed globally noting that also while installing it I got few of the same errors but it works as well.
Solution 1:[1]
To answer my own question, Those notifications can be ignored if you're sure that your npm is updated and node is updated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mostafa Said |