无法在 Zeit 中部署 Meteor 应用程序,Object.getOwnPropertyDescriptors 不是函数

Cant deploy Meteor app in Zeit, Object.getOwnPropertyDescriptors is not a function

我尝试将我的 METEOR 项目上传到 zeit,我得到

502 An error occured with your deployment.

然后我 运行 现在登录并得到以下错误

/usr/src/app/bundle/programs/server/node_modules/fibers/future.js:280 throw(ex);

 TypeError: Object.getOwnPropertyDescriptors is not a function
 at insert (packages/mongo/collection.js:435:12)
 at updateVersions (packages/autoupdate.js:125:20)
 at packages/autoupdate.js:189:3
 at Function.time (/usr/src/app/bundle/programs/server/profile.js:309:28)
 at /usr/src/app/bundle/programs/server/boot.js:423:13
 at /usr/src/app/bundle/programs/server/boot.js:464:5
 at Function.run (/usr/src/app/bundle/programs/server/profile.js:510:12)
 at /usr/src/app/bundle/programs/server/boot.js:462:11

有什么问题吗?

跟踪到提交的错误: mongo 1.3.1 changes

查看创建的问题: Meteor Issue 9470