无法在 Windows 上下载meteor.js

发布于 2025-01-16 08:45:15 字数 1064 浏览 6 评论 0原文

我尝试在我的笔记本电脑(windows10 46X)上下载meteor.js 我收到此消息,我来自苏丹并使用 protonVPN。

PS C:\WINDOWS\system32> choco 安装流星 巧克力 v1.0.0 安装以下软件包: 流星 安装即表示您接受软件包的许可证。

流星 v0.0.5 [已批准] 流星包文件安装完成。执行其他安装步骤。 包流星想要运行“chocolateyinstall.ps1”。 注意:如果不运行此脚本,安装将失败。 注意:要下次自动确认,请使用“-y”或考虑: choco 功能启用 -n 允许全局确认 您想运行脚本吗?([Y]es/[A]ll - 全部同意/[N]o/[P]rint): y

正在下载 64 位流星 来自 'https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64' 错误:远程文件不存在、未经授权或被禁止用于 url“https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64”。使用“0”个参数调用“GetResponse”时出现异常:“操作已超时” 对于许可用户来说,这个软件包可能不会被破坏 - 请参阅 https://docs.chocolatey .org/en-us/features/private-cdn。 流星安装不成功。 运行“C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1”时出错。 详细信息请参阅日志。

Chocolatey 安装了 0/1 个软件包。 1 个包失败。 有关详细信息,请参阅日志 (C:\ProgramData\chocolatey\logs\chocolatey.log)。

流星失败

  • (退出 404) - 运行“C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1”时出错。 详细信息请参阅日志。

I try to download meteor.js on my laptop (windows10 46X)
I get this message and I am from sudan and use protonVPN.

PS C:\WINDOWS\system32> choco install meteor
Chocolatey v1.0.0
Installing the following packages:
meteor
By installing, you accept licenses for the packages.

meteor v0.0.5 [Approved]
meteor package files install completed. Performing other installation steps.
The package meteor wants to run 'chocolateyinstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): y

Downloading meteor 64 bit
from 'https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64'
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://packages.meteor.com/bootstrap-link?arch=os.windows.x86_64'. Exception calling "GetResponse" with "0" argument(s): "The operation has timed out"
This package is likely not broken for licensed users - see https://docs.chocolatey.org/en-us/features/private-cdn.
The install of meteor was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1'.
See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures

  • meteor (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\meteor\tools\chocolateyinstall.ps1'.
    See log for details.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

伪装你 2025-01-23 08:45:15

不推荐通过 Chocolatey 安装。您现在可以通过 NPM 在 Windows 上安装 Meteor:

npm install -g meteor

有关文档中安装的更多详细信息:

https://docs .meteor.com/install.html

如果您因互联网访问受限而遇到问题,请阅读此问题:

https://github.com/meteor/meteor/issues/11330

Installation via chocolatey is deprecated. You can now install Meteor on windows via NPM:

npm install -g meteor

More detailed info on installation in the docs:

https://docs.meteor.com/install.html

If you have issues due to restricted internet access please read on this issue:

https://github.com/meteor/meteor/issues/11330

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文