11

ラズベリーパイにmeteorJSをインストールしようとしましたが、インストール中に次のエラーが発生しました:

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

meteor コアのファイル「admin/generate-dev-bundle.sh」を変更してバンドルを再生成することで解決する方法がありますが、このファイルには何を入れればよいでしょうか?

別の解決策はありますか?

ありがとうございました

4

3 に答える 3

11

参考までに、Raspberry Pi をサポートする meteor のフォークと、完全なインストール手順をまとめました。ここで見つけることができます: https://github.com/IGx89/meteor

于 2013-10-19T17:39:48.223 に答える
5

まだサポートされていないアーキテクチャのランタイムを生成できるように、meteor dev bundler の更新を作成しました。[更新] meteor realease タグが ARM を単独でサポートする限り、将来的にサポートします。私の GitHub リポジトリでチェックアウト ブランチ [更新]。[Update2] tumblrサイトの情報を追加[Update2]

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

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

于 2014-09-27T19:28:01.910 に答える
2

Meteor github リポジトリの Issue #442からのNick Martinによる逐語的な引用:

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

これをビルドするために必要なすべてのファイル (はい、 も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...

スピンしてみてください。より早く解決策にたどり着くことができる可能性さえあります。試してみるまでわかりません。

于 2013-05-10T14:51:54.073 に答える