无法读取未定义的属性(读取 'decode')
如果在启动 Studio 时出现以下错误:
🌐 If you get the following error while starting the Studio:
Cannot read properties of undefined (reading 'decode')
at new URLStateMachine
at module.exports.basic在升级 Remotion 后,你在使用 Bun 时遇到了问题。
你可以通过运行以下命令来解决此问题
🌐 You are experiencing an issue with Bun after upgrading Remotion.
You can resolve the issue by running
rm -rf node_modules
bun i我们希望尽快解决这个问题。
🌐 We are hoping to fix this issue soon.