image.png
方案一:
npm audit fix --force
方案二:
删除项目已经安装的:node_modules 和 package-lock.json
修改 package.json 格式如下
npm audit fix --force
npm instal
npm cache clean --force
npm install
文献: https://blog.csdn.net/fujianmin19910915/article/details/100533134