首页 前端知识 pnpm设置全局存储路径

pnpm设置全局存储路径

2024-10-26 09:10:46 前端知识 前端哥 86 947 我要收藏

pnpm设置全局存储路径

设置存储路径

查看当前存储路径

pnpm c get	

设置存储路径

pnpm config set global-bin-dir "D:\software\Plugins\pnpm\pnpm-store"
pnpm config set cache-dir "D:\software\Plugins\pnpm\pnpm-store\cache"
pnpm config set state-dir "D:\software\Plugins\pnpm\pnpm-store\state"
pnpm config set global-dir "D:\software\Plugins\pnpm\pnpm-store\global"

设置国内镜像

查看当前镜像

pnpm config get registry

设置国内镜像

pnpm config set registry https://registry.npmmirror.com/
转载请注明出处或者链接地址:https://www.qianduange.cn//article/19191.html
标签
评论
发布的文章

安装Nodejs后,npm无法使用

2024-11-30 11:11:38

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!