清除node_modules 缓存

当清node_modules 出现某一些包错误时候,查不到原因时候,可以适当的清除缓存试试。删掉重新安装

rm -rf node_modules
npm cache clean
npm install
posted @ 2022-06-23 18:10  ·一库  阅读(629)  评论(0)    收藏  举报