Nuxt FATAL 无法设置未定义错误的属性“stage”

问题描述 投票:0回答:2

Nuxt FATAL 无法设置未定义错误的属性“stage”

有人在 Nuxt 上遇到过这个问题 FATAL Cannot set property 'stage' of undefined error

当我将节点 12.16.1 升级到 14.18.0 时,它返回 nuxt 致命错误。

你有什么想法或解决办法吗?

vue.js nuxt.js tailwind-css nuxtjs3
2个回答
1
投票

@nuxtjs/tailwindcss
更新到版本“5.3.2”是我的解决方案。 该版本不是目前的最新版本,但不需要任何升级步骤。


0
投票

好吧,我遇到了同样的错误,下面给出的答案Tomas为我指明了正确的方向。

我所做的是查看

@nuxtjs/tailwindcss
变更日志,看到我的
tailwind
版本有重大更改,他们建议添加对等依赖项,如您在此处

所见

然后使用 changelog 我发现哪个版本仍然与我的 nuxt 和 tailwind 版本兼容

© www.soinside.com 2019 - 2024. All rights reserved.