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