我正在使用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)
1条答案
按热度按时间ny6fqffe1#
原来我没有安装最新的
firebase-tools
CLI全球!我安装了最新的12.6.1
和它的工作.有点...我现在有一个完全独立的问题,那就是我所有的静态图像都没有加载404
。