寻求运行 firebase init 托管时出错(节点:35097)[DEP0044] DeprecationWarning:`util.isArray` API 已弃用

问题描述 投票:0回答:1

我正在寻求使用 firebase 在网络上设置 flutter。我已按照 firebase 网站上的 步骤进行操作

我已经安装了 Firebase CLI,然后运行

  1. firebase 登录
  2. 然后我运行 firebase init Hosting 并选择“使用现有项目”,但是 我收到此错误:
(node:41671) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.

screen shot of options

选择现有项目后出现错误

screen shot after i select option (existing project)

我已经删除了 Node.js 并重新安装(使用自制程序)希望它能修复错误,但它仍然存在。

注意,在上述每个提示后我也会收到警告,我怀疑这可能与我的问题有关,但无法解决:

(node:41671) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
node.js flutter firebase nvm
1个回答
0
投票

请注意导致错误的原因,但在按照本文中的步骤删除node.js后,我终于开始工作了删除node.js

然后按照以下步骤重新安装:使用 flutter 安装 firebase

© www.soinside.com 2019 - 2024. All rights reserved.