Javascript Meteor在promise_server.js中抛出错误?

Javascript Meteor在promise_server.js中抛出错误?,javascript,mongodb,meteor,proxy,localhost,Javascript,Mongodb,Meteor,Proxy,Localhost,我是流星新手,第一次遇到一些关于巴贝尔函数名的问题。。。 但是现在它在promise_server.js类型错误中抛出了一个execption 本地主机3000在chrome中被阻止:错误\u连接\u被拒绝 更改meteor版本没有帮助。希望你能帮助我:D 版本:Meteor 1.3.3.1 赢10分 => Started proxy. => Started MongoDB. => Babel active on file extensions: es6.js, es6, js

我是流星新手,第一次遇到一些关于巴贝尔函数名的问题。。。 但是现在它在promise_server.js类型错误中抛出了一个execption

本地主机3000在chrome中被阻止:错误\u连接\u被拒绝

更改meteor版本没有帮助。希望你能帮助我:D

版本:Meteor 1.3.3.1

赢10分

=> Started proxy.
=> Started MongoDB.
=> Babel active on file extensions: es6.js, es6, jsx

C:\Users\Admin\AppData\Local\.meteor\packages\meteor-tool\1.3.3_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\meteor-promise\promise_server.js:165
  throw error;
        ^
TypeError: Cannot call method 'displayName' of undefined
at SourceProcessorSet.addLegacyHandler (C:\tools\isobuild\build-plugin.js:142:64)
at C:\tools\isobuild\build-plugin.js:172:12
at Function._.each._.forEach (C:\Users\Admin\AppData\Local\.meteor\packages\meteor-tool\1.3.3_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\underscore\underscore.js:87:22)
at SourceProcessorSet.merge (C:\tools\isobuild\build-plugin.js:170:7)
at C:\tools\isobuild\compiler.js:376:26
at Array.forEach (native)
at C:\tools\isobuild\compiler.js:372:26
at C:\tools\utils\buildmessage.js:359:18
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:352:34
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:350:23
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at Object.enterJob (C:\tools\utils\buildmessage.js:324:26)
at C:\tools\isobuild\compiler.js:368:16
at C:\tools\isobuild\compiler.js:176:26
at Array.forEach (native)
at Function._.each._.forEach (C:\Users\Admin\AppData\Local\.meteor\packages\meteor-tool\1.3.3_1\mt-os.windows.x86_32\dev_bundle\lib\node_modules\underscore\underscore.js:79:11)
at Object.compile (C:\tools\isobuild\compiler.js:171:5)
at C:\tools\isobuild\bundler.js:2571:24
at C:\tools\utils\buildmessage.js:271:13
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:264:29
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:262:18
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at C:\tools\utils\buildmessage.js:253:23
at [object Object].withValue (C:\tools\utils\fiber-helpers.js:89:14)
at Object.capture (C:\tools\utils\buildmessage.js:252:19)
at Object.exports.bundle (C:\tools\isobuild\bundler.js:2514:31)
at C:\tools\runners\run-app.js:591:36
at Function.run (C:\tools\tool-env\profile.js:489:12)
at bundleApp (C:\tools\runners\run-app.js:581:34)
at AppRunner._runOnce (C:\tools\runners\run-app.js:634:35)
at AppRunner._fiber (C:\tools\runners\run-app.js:887:28)
at C:\tools\runners\run-app.js:411:12

“连接被拒绝”消息表示无法访问服务器。这是正确的,因为服务器由于错误的函数调用而崩溃:无法调用未定义的方法“displayName”

也许类似于这个问题


在参考问题中,通过删除“less”软件包解决了此问题。在android设备上运行meteor时,会出现类似问题。在我的例子中,问题是由于应用程序安装在设备中,并且是使用Google Play安装的,所以meteor可能无法覆盖它

通过卸载以前安装的应用程序解决了此问题 谷歌游戏