无法使用最新的 Meteor 1.6.1 创建项目

Cannot create Project using latest Meteor 1.6.1

我使用 Chocolatey 安装了 Meteor 1.6.1。

然后我第一次尝试创建一个新的Meteor项目,我得到了以下错误

PS E:\> meteor create react_project
=> Errors while creating your project

While downloading blaze@2.3.2...:
error: unable to verify the first certificate

While downloading blaze-html-templates@1.1.2...:
error: unable to verify the first certificate

While downloading blaze-tools@1.0.10...:
error: unable to verify the first certificate

While downloading caching-html-compiler@1.1.2...:
error: unable to verify the first certificate

While downloading html-tools@1.0.11...:
error: unable to verify the first certificate

While downloading htmljs@1.0.11...:
error: unable to verify the first certificate

While downloading spacebars@1.0.15...:
error: unable to verify the first certificate

While downloading spacebars-compiler@1.1.3...:
error: unable to verify the first certificate

While downloading templating@1.3.2...:
error: unable to verify the first certificate

While downloading templating-compiler@1.3.3...:
error: unable to verify the first certificate

While downloading templating-runtime@1.3.2...:
error: unable to verify the first certificate

While downloading templating-tools@1.1.2...:
error: unable to verify the first certificate

While downloading ui@1.0.13...:
error: unable to verify the first certificate

PS E:\> meteor --version
Meteor 1.6.1

我也经历了 https://github.com/meteor/meteor/issues/7499

也试过下面的设置

set http_proxy=http://corporate.proxy.server.intranet:8080/
set https_proxy=http://corporate.proxy.server.intranet:8080/

然后还尝试在创建项目之前使用命令设置注册表,

npm config set registry http://registry.npmjs.org/ --global

也试过下面的命令,

npm config set strict-ssl false

仍然没有解决我的问题

有什么建议吗?

我浪费了一整天的时间试图做这么多奇怪的实验。但最后一个这样的实验对我有用。

我正在使用 chrome。所以我决定安装 "TOUCH VPN" 作为扩展,运行 它,然后尝试 运行 在我的 Windows PowerShell 和 VOILA 中使用相同的命令!它有效,下面是我的电脑如何处理这种奇怪问题的快照。