Node清除项目缓存文件夹

2,627 阅读1分钟

删除node_modules文件夹

    rm -rf node_modules

清除缓存

     npm cache clean --force