I tried to install meteorJS on my raspberry pi and I get this error during the installation :
我试图在我的覆盆子pi上安装meteorJS,我在安装过程中遇到了这个错误:
"Unable to install on unsupported architecture Meteor: armv6l
Installation failed. ".
There is a solution by modifying the file "admin/generate-dev-bundle.sh" on the meteor core to regenerate the bundle, but what should we put in this file?
有一个解决方案是通过修改meteor核心上的文件“admin / generate-dev-bundle.sh”来重新生成捆绑包,但是我们应该在这个文件中添加什么?
Do you have another solution?
你有其他解决方案吗?
Thank you
谢谢
3 个解决方案
#1
11
FYI, I've put together a fork of meteor that supports the Raspberry Pi, along with full installation instructions. You can find it here: https://github.com/IGx89/meteor
仅供参考,我已经整理了一个支持Raspberry Pi的流星叉,以及完整的安装说明。你可以在这里找到它:https://github.com/IGx89/meteor
#2
5
I created some update to meteor dev bundler so that you can generate runtimes for yet unsupported architectures. [Update] I will support the meteor realease tags in future as long as they will supprt ARM by themself. Checkout branches on my GitHub repo [Update]. [Update2] Added infos from tumblr site[Update2]
我为meteor dev bundler创建了一些更新,以便您可以为不支持的体系结构生成运行时。 [更新]我将来支持流星发行标签,只要他们自己支持ARM。 Checkout分支在我的GitHub仓库[更新]上。 [Update2]从tumblr网站添加了信息[Update2]
https://github.com/4commerce-technologies-AG/meteor
https://github.com/4commerce-technologies-AG/meteor
http://meteor-universal.tumblr.com/
http://meteor-universal.tumblr.com/
#3
2
Quote by Nick Martin in verbatim from Issue #442 in the Meteor github repository:
引自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
All required files to build this (yes, even admin/generate-dev-bundle.sh
) is available in the repository above. Akshat references another SO question that does mention how to modify it. Quoting this in verbatim:
构建此文件所需的所有文件(是的,甚至是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...
基本上,删除有关构建node.js的所有说明,以及对tempdir的所有引用,因此您最终只需安装节点包。一旦弄明白,我会把我的帖子作为一个要点发布......
Just give it a spin. It's even possible you can arrive to a solution faster. You never know until you try.
试试吧。您甚至可以更快地找到解决方案。直到你尝试,你才会知道。
#1
11
FYI, I've put together a fork of meteor that supports the Raspberry Pi, along with full installation instructions. You can find it here: https://github.com/IGx89/meteor
仅供参考,我已经整理了一个支持Raspberry Pi的流星叉,以及完整的安装说明。你可以在这里找到它:https://github.com/IGx89/meteor
#2
5
I created some update to meteor dev bundler so that you can generate runtimes for yet unsupported architectures. [Update] I will support the meteor realease tags in future as long as they will supprt ARM by themself. Checkout branches on my GitHub repo [Update]. [Update2] Added infos from tumblr site[Update2]
我为meteor dev bundler创建了一些更新,以便您可以为不支持的体系结构生成运行时。 [更新]我将来支持流星发行标签,只要他们自己支持ARM。 Checkout分支在我的GitHub仓库[更新]上。 [Update2]从tumblr网站添加了信息[Update2]
https://github.com/4commerce-technologies-AG/meteor
https://github.com/4commerce-technologies-AG/meteor
http://meteor-universal.tumblr.com/
http://meteor-universal.tumblr.com/
#3
2
Quote by Nick Martin in verbatim from Issue #442 in the Meteor github repository:
引自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
All required files to build this (yes, even admin/generate-dev-bundle.sh
) is available in the repository above. Akshat references another SO question that does mention how to modify it. Quoting this in verbatim:
构建此文件所需的所有文件(是的,甚至是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...
基本上,删除有关构建node.js的所有说明,以及对tempdir的所有引用,因此您最终只需安装节点包。一旦弄明白,我会把我的帖子作为一个要点发布......
Just give it a spin. It's even possible you can arrive to a solution faster. You never know until you try.
试试吧。您甚至可以更快地找到解决方案。直到你尝试,你才会知道。