在Raspberry pi上运行meteor(ARM6)

我试图在我的覆盆子pi上安装meteorJS,在安装过程中出现这个错误:

"Unable to install on unsupported architecture Meteor: armv6l Installation failed. ". 

有一个解决scheme,通过修改meteor核心文件“admin / generate-dev-bundle.sh”来重新生成包,但是我们应该把这个文件放在什么位置?

你有另一个解决scheme吗?

谢谢

仅供参考,我已经整理了一个支持Raspberry Pi的meteor叉,以及完整的安装说明。 你可以在这里find它: https : //github.com/IGx89/meteor

我为meteor dev bundler创build了一些更新,以便可以为不支持的体系结构生成运行时。 [更新]只要他们自己支持ARM,我将来会支持meteor realease tags。 结帐分支在我的GitHub回购[更新]。 [更新2]增加了来自tumblr网站的信息[更新2]

https://github.com/4commerce-technologies-AG/meteor

http://meteor-universal.tumblr.com/

引用Nick Martin在Meteor github存储库中的问题#442中逐字引用:

 No immediate plans to add official ARM support. In theory, all the dependencies should build on ARM, so you could try building the dev bundle on your platform. See https://github.com/meteor/meteor#slow-start-for-developers 

所有需要的文件构build这个(是的,甚至admin/generate-dev-bundle.sh )在上面的仓库中可用。 Akshat引用另一个SO问题,提到如何修改它。 引用这个逐字:

Essentially, remove all the instructions regarding building node.js, and all references to a tempdir, so you end up just installing node packages. I will post mine as a gist once it's all figured out...

只要给它一个旋转。 甚至可以更快地到达解决scheme。 你永远不知道,直到你尝试