【问题标题】:meteor on Windows: cannot deploy app: ReferenceError: rpc_callback is not definedWindows 上的流星:无法部署应用程序:ReferenceError:rpc_callback 未定义
【发布时间】:2012-12-14 15:01:52
【问题描述】:

刚刚下载 meteor for Windows 创建了应用程序 studyapp,在本地启动了服务器 - 并且它可以工作,然后尝试将其部署到他们的服务器上:meteor deploy studyapp.meteor.com,但是:

C:\work\meteor-study\studyapp>meteor deploy studyapp.meteor.com
Deploying to studyapp.meteor.com.  Bundling ... uploading ...
C:\Program Files (x86)\Meteor\app\meteor\deploy.js:147
    var rpc = meteor_rpc('deploy', 'POST', site, opts, rpc_callback);
                                                       ^
ReferenceError: rpc_callback is not defined
    at ChildProcess.bundle_and_deploy (C:\Program Files (x86)\Meteor\app\me
teor\deploy.js:147:56)
    at ChildProcess.EventEmitter.emit (events.js:96:17)
    at Process._handle.onexit (child_process.js:678:10)

有什么想法吗?

更新:我注意到现在myapp/.meteor/local/build_tar/.. 下出现了一个新文件夹,其中包含bundlebuilt_tar(其中包含 tar)听起来对 Windows 不友好,这是否意味着无法从 Windows 部署?

【问题讨论】:

    标签: meteor


    【解决方案1】:

    根据@TomWijsman 的说法,这是引入的错误,将在 0.5.3 版中修复
    错误报告/状态为here

    【讨论】:

      猜你喜欢
      • 2016-10-24
      • 1970-01-01
      • 2015-10-27
      • 1970-01-01
      • 2017-05-14
      • 2015-08-16
      • 1970-01-01
      • 1970-01-01
      • 2012-05-28
      相关资源
      最近更新 更多