-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
instructions for getting it to run on raspberry 2 #28
Comments
Please provide more information: node version, npm version, stack trace. |
Hi, I have it running on RPi2 but I am using Gentoo Linux. No issues for the "running" part. (except for #25) |
|
@snizzleorg add node official apt sources to /etc/apt/sources.list.d/nodesource.list
Do not forget to change wily to your distribution. |
thats what I did now . maybe it helps others:
and thats what I get:
|
strange thing is that in the error messages it shows:
while when I run it:
|
as a side note I got it installing under ubuntu trusty on x64 without any problem.
|
my miskatek, forgot to specify the name. it runs on ubuntu, but still no luck on the raspy |
Did you found the problem. I encountered the same on my raps |
@markus7017 I finally used the docker image. |
can somebody elaborate a step list to get it working on the pi? |
I've got a long way, but it still dies at runtime - If you have a pi2, with an armv7, you can use the node builds from nodesource, but if you have a earlier pi that's armv6, it's a little more tricky, but there are various precompiled builds of node around - I grabbed one from: wget https://nodejs.org/dist/v4.0.0/node-v4.0.0-linux-armv6l.tar.gz I installed all the various dependencies, but I get: raspberrypi:ken 306> npm start -- --name "myOpenHAB-Bridge" --server 127.0.0.1:8080 --sitemap demo
/home/ken/openhab/OpenHAB-HomeKit-Bridge-master/node_modules/babel-core/node_modules/babel-traverse/lib/scope/index.js:59 SyntaxError: Unexpected identifier npm ERR! Linux 4.1.17+ anyone have any thoughts? I'm a long way from a JS/node expert! I might try grabbing https://nodejs.org/dist/v4.1.2/node-v4.1.2-linux-armv6l.tar.gz and see if that works better - shrug |
Nope - 4.1.2 doesn't help - I'll open this as a separate ticket |
Has anyone gotten this to work on the rasberrypi2?
I fail to get the nam install command to work. with the apt-get supplied node and npm
anyone has it running successfully?
The text was updated successfully, but these errors were encountered: