Meteor.js on Samsung ARMv71 Chromebook Series 3?

风格不统一 提交于 2019-12-11 10:16:52

问题


While there's no official support for Meteor.js on ARM architectures, I'm disappointed that my (new and lovely) Chromebook can't run Meteor within Unity (ubuntu 12.04 LTS) chroot via crouton - http://goo.gl/ilSFSz

I've tried the suggestions for the Raspberry Pi ARM here - https://github.com/meteor/meteor/issues/442 - and for the most part, I'm using node v0.8.24 outlined here - https://github.com/meteor/meteor/blob/devel/scripts/generate-dev-bundle.sh - and the latest error I received was a Assertion Error: Unsupported architecture when building mongodb here, line 298 in ../mongo/src/third_party/v8/SConscript:

processor = env[PROCESSOR_ARCHITECTURE]

And ARMv71 isn't listed, so I wondered if anyone has found a way to get Meteor.js to run natively on their armv71 chromebook? I would prefer not to use cloud9 or nitrous.io, or amazon ec2 to do meteor development on the Chromebook. Thanks in advance.


回答1:


If you know sh or bash you could try modifying the meteor install script for the ARM architecture.




回答2:


As I know from other users, our meteor universal arm fork should work for you.

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

Cheers Tom



来源:https://stackoverflow.com/questions/18385767/meteor-js-on-samsung-armv71-chromebook-series-3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!