美文网首页
run `npm audit fix` to fix them,

run `npm audit fix` to fix them,

作者: 变异宝宝 | 来源:发表于2019-07-11 10:49 被阅读0次

如图:


image.png

执行npm audit fix,貌似执行成功;


image.png

之后npm run serve,报错Error: Cannot find module '@webassemblyjs/wasm-gen/lib/encoder'


image.png

解决办法
卸载webpack

npm  uninstall  webpack  -g
npm  uninstall  webpack-cli  -g

再安装webpack:

cnpm install webpack webpack-cli –g
cnpm install webpack webpack-cli --save-dev

相关文章

网友评论

      本文标题:run `npm audit fix` to fix them,

      本文链接:https://www.haomeiwen.com/subject/zdlrkctx.html