无标题
设置国内源
npm config set registry https://registry.npmmirror.com
公共
npm config set prefix “D:\green\dev\node-v22.13.1-win-x64\node_global”
缓存
npm config set cache “D:\green\dev\node-v22.13.1-win-x64\node_cache”
环境变量D:\green\dev\node-v22.13.1-win-x64\node_global
yarn config set global-folder “D:\green\dev\node-v22.13.1-win-x64\yarn_global”
yarn config set cache-folder “D:\green\dev\node-v22.13.1-win-x64\yarn_cache”





