我试图将 next.js 项目部署到 vercel,但出现以下错误。
error datastore-pubsub@2.0.0: The engine "node" is incompatible with this module. Expected version ">=16.0.0". Got "14.18.3"
error Found incompatible module.
Run Code Online (Sandbox Code Playgroud)
我尝试删除yarn.lock文件,但仍然出现相同的错误。