zhaxnb
Published on 2025-02-20 / 5 Visits
0
0

更改npm/yarn默认存储位置

更改缓存目录

npm config set cache-folder new-path
yarn config set cache-folder new-path
pnpm config set cache-folder new-path

缓存数据

更改全局安装目录

npm config set prefix new-path
yarn config set prefix new-path
pnpm config set prefix new-path

全局包安装目录


Comment