1、配置npm prefix
npm config set prefix ‘F:\software\node\node_global’
npm config set prefix 'F:\software\node\node_global'
2、配置npm cache
npm config set cache 'F:\software\node\node_cache'
3、配置淘宝镜像
npm config set registry https://registry.npm.taobao.org
4、查看npm配置
npm config list