天天看點

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

第一種解決辦法

npm audit fix
npm audit fix --force
npm audit      

第二種解決辦法

删除已經安裝的:node_modules 和 package-lock.json
修改 package.json 格式如下
npm audit fix --force
npm install      

繼續閱讀