// 清理缓存 $ yarn cache clean $ npm cache clean -f $ pnpm store prune // 设置新的缓存地址 $ npm config set global-folder "E:/npm/global" $ pnpm config set global-folder "E:/yarn/global" $ pnpm config set "E:/pnpm/global"