我已经在vercel上部署了一个应用程序,我只更改页面中的一个内容并将其推送到git上,没有问题(我之前做了很多次都没有问题),但现在我不能执行npm run build return an error,在verceldeploy上也会出现同样的错误。00:50:06.011 > next .next/build 00:50:06.209 >不存在项目根目录: /vercel/workpat
但是当我试图用运行npm-run-build进行构建时。它给出了错误。这里的下一个版本是12.1.0,react版本是18,但是当我在下一个老版本中使用相同的代码时,比如12.0.10,类似的情况。我想这是下一个js更新版本的变化。但我做了什么?错误就像某种东西-这是index.js代码-import Image from 'next
我一直在努力实现来自的一些更新。我一直在从getInitialProps转到getServerSideProps,并注意到我的exportPathMap对这些页面变得动态感到不快。运行next一切都很好,但是当我去运行next build && next export时,我遇到了一些问题。在的docs中,它声明If your pages don't have getInitialProps you may not need next export at all;
我试着用vercel部署下一个应用程序。我已经运行了vercel build,这是成功完成的,没有错误-上下文提供如下。我已经运行了verceldeploy --prebuilt命令,部署它时没有出现任何错误。当我试图将项目从预览环境移到生产环境时,我会出错。it was not installed
error - Failed to load SWC binary for darwin/x64, see more inf