mac*_*mac 5 android firebase firebase-remote-config firebase-cli
我正在尝试使用 firebase 部署 Web 应用程序,但每次运行 deploy 时,我都会收到此错误
Error: Parse Error in remoteconfig.template.json:
No data, empty input at 1:1
^
File: "remoteconfig.template.json"
Run Code Online (Sandbox Code Playgroud)
你有一个参考remoteconfig.template.json你的firebase.json文件,但模板不存在。这通常看起来像:
"remoteconfig": {
"template": "remoteconfig.template.json"
}
Run Code Online (Sandbox Code Playgroud)
解决方案是在您的firebase.json文件中找到此部分,然后将其删除。
| 归档时间: |
|
| 查看次数: |
1912 次 |
| 最近记录: |