【问题标题】:Meteor Deploy Error流星部署错误
【发布时间】:2017-06-06 15:44:18
【问题描述】:

您好,我正在尝试部署我的流星应用程序,我正在使用流星。流星设置工作正常。我的本地和服务器机器上都有更新节点和 npm。破坏节点版本 node 4.6.0 和 npm 3.10.9 以及流星上的最新版本。但我不断收到此日志错误。

[40.69.194.127] => Starting meteor app on port:80                                          
[40.69.194.127]     at wrapPathFunction (/bundle/bundle/programs/server/mini-files.js:77:10
    at Object.<anonymous> (/bundle/bundle/programs/server/mini-files.js:108:24)            
    at Module._compile (module.js:456:26)                                                  
    at Object.Module._extensions..js (module.js:474:10)                                    
    at Module.load (module.js:356:32)                                                      
    at Function.Module._load (module.js:312:12)                                            
    at Module.require (module.js:364:17)                                                   
    at require (module.js:380:17)                                                          
    at Object.<anonymous> (/bundle/bundle/programs/server/boot.js:9:13)                    
    at Module._compile (module.js:456:26)                                                  
npm WARN deprecated This version of npm lacks support for important features,              
npm WARN deprecated such as scoped packages, offered by the primary npm                    
npm WARN deprecated registry. Consider upgrading to at least npm@2, if not the             
npm WARN deprecated latest stable version. To upgrade to npm@2, run:                       
npm WARN deprecated                                                                        
npm WARN deprecated   npm -g install npm@latest-2                                          
npm WARN deprecated                                                                        
npm WARN deprecated To upgrade to the latest stable version, run:                          
npm WARN deprecated                                                                        
npm WARN deprecated   npm -g install npm@latest                                            
npm WARN deprecated                                                                        
npm WARN deprecated (Depending on how Node.js was installed on your system, you            
npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if           
npm WARN deprecated on Windows, run them from an Administrator prompt.)                    
npm WARN deprecated                                                                        
npm WARN deprecated If you're running the version of npm bundled with                      
npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS           
npm WARN deprecated will be bundled with a version of npm@2, which has some small          
npm WARN deprecated backwards-incompatible changes made to `npm run-script` and            
npm WARN deprecated semver behavior.                                                       
npm WARN package.json meteor-dev-bundle@0.0.0 No description                               
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.                         
npm WARN package.json meteor-dev-bundle@0.0.0 No README data                               
npm WARN cannot run in wd meteor-dev-bundle@0.0.0 node npm-rebuild.js (wd=/bundle/bundle/pr

assert.js:93                                                                               
  throw new assert.AssertionError({                                                        
        ^                                                                                  
AssertionError: "undefined" === "function"                                                 
    at wrapPathFunction (/bundle/bundle/programs/server/mini-files.js:77:10)               
    at Object.<anonymous> (/bundle/bundle/programs/server/mini-files.js:108:24)            
    at Module._compile (module.js:456:26)                                                  
    at Object.Module._extensions..js (module.js:474:10)                                    
    at Module.load (module.js:356:32)                                                      
    at Function.Module._load (module.js:312:12)                                            
    at Module.require (module.js:364:17)                                                   
    at require (module.js:380:17)                                                          
    at Object.<anonymous> (/bundle/bundle/programs/server/boot.js:9:13)                    
    at Module._compile (module.js:456:26)   

我的服务器在 azure 上,它是一台 Ubuntu 14 机器。 可以请一些人帮助我,我已经坚持了很长时间。

谢谢

【问题讨论】:

  • /bundle/bundle/programs/server/mini-files.js:108 是什么?
  • 我似乎找不到这条路径。我找不到捆绑文件夹

标签: node.js azure ubuntu meteor meteor-up


【解决方案1】:

要解决此问题,您需要更改 mup.js 设置以使用 docker 映像,如下所示:

{
  meteor: {
    dockerImage: 'abernix/meteord:base',
    // ...
  },
}

更多详情,您可以查看@abernix 在此链接中的答案:https://github.com/meteor/meteor/issues/7475

【讨论】:

    猜你喜欢
    • 2015-09-10
    • 1970-01-01
    • 2016-10-12
    • 2016-01-04
    • 2013-11-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多