2012-12-14 40 views
0

剛剛下載meteor for Windows創建的應用程序studyapp,本地啓動服務器 - 和它的作品,然後試圖將其部署到自己的服務器上:meteor deploy studyapp.meteor.com,但是:流星在Windows上:不能部署應用程序:的ReferenceError:rpc_callback沒有定義

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/..它有bundle在裏面。 built_tar(其中tar)聽起來不適合Windows,這是否意味着無法從Windows部署?

回答

0

根據@TomWijsman其是被引入,並將由版本修復了這一錯誤0.5.3
錯誤報告/狀態here

相關問題