next.js 尝试将阴影初始化到我下一个应用程序时出错[关闭]

c0vxltue  于 2023-08-04  发布在  其他
关注(0)|答案(1)|浏览(82)

**已关闭。**此问题需要debugging details。它目前不接受回答。

编辑问题以包括desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答这个问题。
10天前关门了。
Improve this question
我尝试初始化阴影,但发生错误。x1c 0d1x的数据
我已经尝试卸载和安装node.js,更新我的npm版本,清除npm-caches,但它仍然给出相同的错误消息。请问我该如何修复它?你的回答将帮助我摆脱这种恼人的情况。

u2nhd7ah

u2nhd7ah1#

正如错误所说,它找不到json5。安装json5
运行

npm i json5

字符串
安装json5模块。
此外,如果您正在使用任何客户端函数,那么Next.js将抛出错误,因为它首先在服务器端呈现,而没有访问窗口对象等。

相关问题