摘要: 序言 安装Node 配置npm 配置npm在安装全局模块时的路径和缓存cache的路径 因为在执行例如npm install webpack -g等命令全局安装的时候,默认会将模块安装在C:\Users\用户名\AppData\Roaming路径下的npm和npm_cache中,不方便管理且占用C盘 阅读全文
posted @ 2020-03-28 12:10 ~沐风 阅读(163) 评论(0) 推荐(0)