gogoWebsite

ide starts vue and receives the following error when npm install

Updated to 19 days ago

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