Windows 下 Bun install 很慢解决方法
文章摘要
Summarizing...
由于设置代理后 Bun 会报错,只能全局换成国内源。
notepad $HOME\.bunfig.toml
新建文件 -> 粘贴以下内容
[install]
registry = "https://registry.npmmirror.com/" Summarizing...
由于设置代理后 Bun 会报错,只能全局换成国内源。
notepad $HOME\.bunfig.toml
新建文件 -> 粘贴以下内容
[install]
registry = "https://registry.npmmirror.com/"
评论
0 条