我在做博客的中文链接转拼音的时候,出现这样的错误我是windows
第一种解决办法,执行如下命令
npm audit fix npm audit fix --force npm audit
第二种删除已经安装的:node_modules 和 package-lock.json执行npm audit fix --forcenpm install