未处理的拒绝类型错误:无法读取未定义的“最终”属性(bluebird - vue)

问题描述 投票:0回答:0

我有一个代码在工作,警告我被要求检查并删除,但我很难理解它。

C:\用户\工作区\项目 ode_modules luebird\js elease\debuggability.js:954 未处理的拒绝类型错误:无法读取未定义的“最终”属性 在 eval (webpack-internal:///./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/lib/index.js?!./src/renderer/components/ProjectPage.vue ?vue&type=脚本&lang=js&:68:11) 在 tryCatcher (C:\Users\workspace\project ode_modules luebird\js 释放 \util.js:16:23) 在 Promise._settlePromiseFromHandler (C:\Users\workspace\project ode_modules luebird\js 释放 \promise.js:547:31) 在 Promise._settlePromise (C:\Users\workspace\project ode_modules luebird\js 释放 \promise.js:604:18) 在 Promise._settlePromise0 (C:\Users\workspace\project ode_modules luebird\js 释放 \promise.js:649:10) 在 Promise._settlePromises (C:\Users\workspace\project ode_modules luebird\js 释放 \promise.js:729:18) 在 _drainQueueStep (C:\Users\workspace\project ode_modules luebird\js 释放 sync.js:93:12) 在 _drainQueue (C:\Users\workspace\project ode_modules luebird\js 释放 sync.js:86:9) 在 Async._drainQueues (C:\Users\workspace\project ode_modules luebird\js 释放 sync.js:102:5) 在 Async.drainQueues (C:\Users\workspace\project ode_modules luebird\js 释放 sync.js:15:14)

有没有人遇到过这个问题(或类似问题)并且可以给我一个如何解决它的提示?

我最近才开始看到这个项目,所以我还是有点迷茫,因为它使用了很多我不知道的技术。

Obs.:节点版本:11

vuejs2 bluebird unhandled
© www.soinside.com 2019 - 2024. All rights reserved.