我正在创建一个 flutter 应用程序并尝试将其连接到 firebase。我之前在使用 Node 和 npm 版本时遇到过问题,但现在我已将其更新到最新版本。
当我输入命令时
npm install -g firebase-tools
我本来希望完成安装,但结果却返回了此错误消息
npm ERR! code 1
npm ERR! path C:\Users\joaqu\.cache\firebase\tools\node_modules\firebase-tools\node_modules\protobufjs
npm ERR! command failed
npm ERR! command C:\Users\joaqu\.cache\firebase\runtime/shell.bat -c -- node scripts/postinstall
npm ERR! '--' is not recognized as an internal or external command,
npm ERR! operable program or batch file.
我最终通过从 Windows Powershell 运行 npm install -g firebase-tools 修复了此错误。