Skip to main content

cannot-read-properties-of-undefined

如果在启动 Studio 时遇到以下错误:

Cannot read properties of undefined (reading 'decode')
at new URLStateMachine
at module.exports.basic
Cannot read properties of undefined (reading 'decode')
at new URLStateMachine
at module.exports.basic

这意味着在升级 Remotion 后出现了与 Bun 相关的问题。
您可以通过运行以下命令解决此问题:

rm -rf node_modules
bun i
rm -rf node_modules
bun i

我们希望尽快解决这个问题。