Firebase NextJS Deploy复制文件时出错

g2ieeal7  于 2023-10-18  发布在  其他
关注(0)|答案(1)|浏览(67)

我正在使用Firebase将我的NextJS应用部署到Firebase Hosting。我得到一个错误,似乎是有关复制一个不存在的文件从.next文件夹到.firebase文件夹。这是错误:
Error: ENOENT: no such file or directory, copyfile 'C:\Users\...\.next\server\pages\index.html' -> 'C:\Users\...\.firebase\...\hosting\index.html'
index.html文件似乎位于.next/app文件夹中。
我有最新的firebase-tools,我正在运行@next:13.4.19[[email protected]](https://stackoverflow.com/cdn-cgi/l/email-protection)[[email protected]](https://stackoverflow.com/cdn-cgi/l/email-protection)

ny6fqffe

ny6fqffe1#

原来我没有安装最新的firebase-tools CLI全球!我安装了最新的12.6.1和它的工作.有点...我现在有一个完全独立的问题,那就是我所有的静态图像都没有加载404

相关问题