查看当前 npm 的配置
npm config get cache
npm config get prefix
# 列举配置信息
npm config list
修改全局和缓存路径
npm config set prefix "......"
npm config set cache "......"
2023-11-25 16:19:22
npm config get cache
npm config get prefix
# 列举配置信息
npm config list
npm config set prefix "......"
npm config set cache "......"