我尝试将我的 METEOR 项目上传到 zeit,我得到了
502 您的部署发生错误。
然后我现在运行日志并收到以下错误
/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
有什么问题?
- 节点版本 v8.9.3
- npm 版本 5.5.1