yarn cache list
yarn cache dir
yarn 清除缓存
yarn cache clean
npm清除缓存
npm cache clean --force
yarn config set cache-folder <path> // 通过指定 --cache-folder 的参数来指定缓存目录 yarn <command> --cache-folder <path>
最后更新于3年前