npm报错:module.js:549 throw err;

解决办法:先删除node_modules整个文件夹,然后cnpm cache clean,然后cnpm install.

cnpm  cache clean时可能会提示

这时执行cnpm cache clean --force即可,再cnpm install.。

发布了19 篇原创文章 · 获赞 15 · 访问量 5万+

猜你喜欢

转载自blog.csdn.net/qq_30671099/article/details/85600031