美文网首页前端大杂烩
轻松移除node_modules文件夹

轻松移除node_modules文件夹

作者: Simon王小白 | 来源:发表于2016-08-18 10:11 被阅读104次

因为在开发过程中,node_module 文件夹有时候安装的一些node插件名称过长之类的,导致无法删除该文件夹,最后在找到了这种方法:

先安装:npm install rimraf -g
然后执行:rimraf node_modules

相关文章

网友评论

    本文标题:轻松移除node_modules文件夹

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