无法部署到meteor.com(不兼容的体系结构错误)

时间:2016-01-08 13:07:36

标签: meteor

我无法通过meteor deploy命令将应用部署到meteor.com。该命令返回以下错误:

error: getstream:bin-deps is not compatible with architecture 'os.linux.x86_64'

依赖于二进制模块的相关依赖项是gestream:bin-deps。我确保这个软件包是在所有可用平台上构建的。

有没有办法更深入地了解部署失败的原因?尝试在&#; os.linux.x86_64'上安装软件包。机器按预期工作。

1 个答案:

答案 0 :(得分:0)

我建议,那样做:

$ rm -Rf node_modules
$ rm -Rf .meteor/local
$ meteor 
??????
PROFIT!