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

1问题: run `npm audit fix` to fix them, or `npm audit` for details

2解决方式:

2.1方式一

(1)npm audit fix

(2)npm audit fix --force

(3)npm audit

2.2方式二:

删除已经安装的:node_modules 和 package-lock.json

修改 package.json 格式如下

npm audit fix --force

npm instal

你可能感兴趣的:(run `npm audit fix` to fix them, or `npm audit` for details)