Node.js 我能';t部署角度项目

Node.js 我能';t部署角度项目,node.js,angular,firebase,firebase-cli,Node.js,Angular,Firebase,Firebase Cli,部署应用程序时遇到问题 Firebase cli无法显示项目列表,出现以下错误: 并在firebase debug.log文件中打印以下信息: 另一个问题是终端中的错误: (node:16028) UnhandledPromiseRejectionWarning: FirebaseError: Failed to make request to https://firebase-public.firebaseio.com/cli.json at Client.<anonymous&

部署应用程序时遇到问题

Firebase cli无法显示项目列表,出现以下错误:

并在firebase debug.log文件中打印以下信息:

另一个问题是终端中的错误:

(node:16028) UnhandledPromiseRejectionWarning: FirebaseError: Failed to make request to https://firebase-public.firebaseio.com/cli.json
    at Client.<anonymous> (npm\node_modules\firebase-tools\lib\apiv2.js:168:23)
    at Generator.throw (<anonymous>)
    at rejected (C:\Users\marenas\AppData\Roaming\npm\node_modules\firebase-tools\lib\apiv2.js:6:65)
    at process._tickCallback (internal/process/next_tick.js:68:7)
(node:16028) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an 
async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:16028) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(节点:16028)未经处理的PromisejectionWarning:FirebaseError:无法请求https://firebase-public.firebaseio.com/cli.json
在客户端。(npm\node\u modules\firebase tools\lib\apiv2.js:168:23)
在发电机处。投掷()
at被拒绝(C:\Users\marenas\AppData\Roaming\npm\node\u modules\firebase tools\lib\apiv2.js:6:65)
在进程中。_tick回调(内部/process/next_tick.js:68:7)
(节点:16028)未处理的PromisejectionWarning:未处理的承诺拒绝。此错误源于
不带catch块的异步函数,或拒绝未使用.catch()处理的承诺。(拒绝id:1)
(节点:16028)[DEP0018]弃用警告:未处理的承诺拒绝已弃用。将来,未处理的承诺拒绝将使用非零退出代码终止Node.js进程。

我已经尝试安装firebase工具,也尝试关闭会话并重新打开它,尝试使用firebase login:ci的令牌登录,我无法使用命令firebase projects:list

列出项目。在我的情况下,我必须使用代理才能访问firebaseio.com。 但是CLI似乎有一些bug,因此无法使用代理。 因此,我使用Proxifier将socks代理用作透明代理。
完成了

在我的情况下,我必须使用代理才能访问firebaseio.com。 但是CLI似乎有一些bug,因此无法使用代理。 因此,我使用Proxifier将socks代理用作透明代理。
完成了

CLI似乎正在尝试从加载一些配置数据,但无法访问。你能不能检查一下你是否能在浏览器中打开这个URL(它加载起来对我来说没有问题)?正确地说,URL打开成功了。嗯。。。这很有趣。如果可以在浏览器中打开它,我不知道CLI为什么无法打开它。如果您可以重现该问题,则可能值得发布在Github上的firebase tools repo上,或者在疑难解答方面获得个性化帮助。CLI似乎正在尝试从中加载一些配置数据,但无法访问它。你能不能检查一下你是否能在浏览器中打开这个URL(它加载起来对我来说没有问题)?正确地说,URL打开成功了。嗯。。。这很有趣。如果可以在浏览器中打开它,我不知道CLI为什么无法打开它。如果你能重现这个问题,可能值得在Github上的firebase tools repo上发布,或者在疑难解答方面获得个性化帮助。我已经发现了这个问题,防病毒软件通过终端阻止了我的一些来源。谢谢。我已经发现了问题,防病毒软件通过终端阻止了我的一些来源。非常感谢。