随笔分类 -  Node

摘要:npm config list:查看config配置 阅读全文
posted @ 2021-10-18 22:59 道九年 阅读(36) 评论(0) 推荐(0)
摘要:1、node全局目录与缓存设置 输入命令: npm config set prefix "C:\Program Files\nodejs\node_global" npm config set cache "C:\Program Files\nodejs\node_cache" 得: cache文件 阅读全文
posted @ 2021-10-18 21:27 道九年 阅读(705) 评论(0) 推荐(0)