Problem: The following error occurred while installing npm
packages are looking for funding
run npm fund
for details
found 5 vulnerabilities (1 low, 2 moderate, 2 high)
run npm audit fix
to fix them, or npm audit
for details
Problem analysis: In the error, you need to run npm fund
Solution:
Terminal :mpm fund
For example: F:\project\ruoyi-ui>npm fund
Then run: npm run dev