Share a problem encountered last year, as a summary to share, convenient for those who need to check and use, the specific operation is as follows: Update the dependency, after the update, run NPM:

Command line: NPM install

The following message is displayed:

35 packages are looking for funding

run `npm fund` for details

 

found 18 vulnerabilities (3 low, 9 moderate, 6 high)

run `npm audit fix` to fix them, or `npm audit` for details

 

The above problem is not an error. The specific solution is as follows:

1, in fact, the above prompt has also given a solution or troubleshooting method, that is, immediately following the above prompt, enter the command line:

npm fund    

2, then you can view the specific prompt content, which is dependent on the tip donation prompt, and then enter a command:

npm run dev

If you don’t want to donate to github or skip this prompt, you can simply add –no-fund to the end of the link.

npm install –no-fund

However, in the spirit of voluntary reward and support of dependent providers, it can be somewhat supported, so as to give developers the confidence to survive and a greater incentive to create original development.

 

The above is all the content of this chapter. Welcome to pay attention to the wechat public account of Sanzhan “Program Ape by Sanzhan”, and the Sina Weibo account of Sanzhan “Sanzhan 666”, welcome to pay attention!