2020年4月14日

Node安装及修改默认全局模块安装路径/镜像配置

摘要: npm群居模块路径的修改(默认在C盘) npm config set prefix "D:\nodejs\node_modules\node_global" 设置前先新建对应的目录 npm config set cache "D:\nodejs\node_modules\node_cache" 添加 阅读全文

posted @ 2020-04-14 01:04 迎着风追赶 阅读(1216) 评论(0) 推荐(0)

导航