Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试运行node ace migration:run,但由于此错误,它不会执行。
node ace migration:run
我尝试过使用 yarn 和 npm 重新安装软件包,以及重新启动计算机。
我对如何修复它或如何谷歌寻求解决方案一无所知。
您收到语法错误,它指向?.(可选链接运算符)。
?.
您正在使用不支持?.运算符的 Node.js 版本(早于 Node 14 的版本)。
将您的 Node.js 升级到 14.0 或更高版本。