Hello, after installing it with npm install my console says to me...
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN bootstrap@4.1.3 requires a peer of jquery@1.9.1 - 3 but none is installed. You must install peer dependencies yourself.
added 1549 packages from 1729 contributors and audited 10180 packages in 37.739s
found 19 vulnerabilities (10 low, 5 moderate, 3 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details
How can i fix this? Because after npm update, ncu -u, npm audit fix, npm audit fix --force, everything ist up to date but there are still 9 vulnerabilities + npm run dev is generating tons of errors and the page is not working. What can i do to improve the security?
Hello, after installing it with
npm install
my console says to me...How can i fix this? Because after npm update, ncu -u, npm audit fix, npm audit fix --force, everything ist up to date but there are still 9 vulnerabilities + npm run dev is generating tons of errors and the page is not working. What can i do to improve the security?