I'm new to coding. I'm using Windows10 and just installed a WSL. I want to install Ganache using the command npm install -g ganache-cli
but it says it has 8 vulnerabilities (7 moderate,1 high)
When I write npm audit fix
or npm audit fix --force
it says that there are no vulnerabilities. I don't understand where the problem is.
My NPM version is 8.3.0