-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README 中的 NPM 淘宝域名应更换 #849
Labels
Comments
support |
感谢,会尽快处理 |
对,但是 npm/yarn 应该会使用拼接链接的方式得到最终的下载链接,而不是直接访问
…________________________________
From: PiEgg ***@***.***>
Sent: Friday, March 11, 2022 12:13:51 AM
To: Molunerfinn/PicGo ***@***.***>
Cc: zhullyb ***@***.***>; Comment ***@***.***>
Subject: Re: [Molunerfinn/PicGo] README 中的 NPM 淘宝域名应更换 (Issue #849)
https://npmmirror.com/mirrors/electron/
这个地址也会302跳转到https://registry.npmmirror.com/binary.html?path=electron/
―
Reply to this email directly, view it on GitHub<#849 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKKMTFXD2FTVE4KFFYI7E43U7INT7ANCNFSM5QKBLC6Q>.
You are receiving this because you commented.Message ID: ***@***.***>
|
比如 https://npmmirror.com/mirrors/electron/v16.1.0/electron-v16.1.0-linux-x64.zip 就会跳转到正确的下载链接,npm下载它的时候应该只是下载 $ELECTRON_MIRROR/v16.1.0/electron-v16.1.0-linux-x64.zip ,所以我们应该填 https://npmmirror.com/mirrors/electron/ ,后面的部分 npm/yarn 会帮我们加上 |
另外,release中的链接,图片,也请记得调整 |
感谢各位小伙伴,已经修改链接 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
声明:我已经仔细看过 文档、FAQ、和搜索过已经关闭的 issues 后依然没有找到答案,所以才发了一个新的 issue。
问题类型
文档更新。
既不是 Bug Report 也不是 Feature Request。
PicGo 的相关信息
不适用。
问题重现
不适用。
功能请求
不适用。
「重要通知」原淘宝 npm 域名即将停止解析
README 中的
export ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
这一行即将失效,请更新域名。The text was updated successfully, but these errors were encountered: