You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install on Raspberry Pi (Linux bs440rpi 4.4.38+ #938 Thu Dec 15 15:17:54 GMT 2016 armv6l GNU/Linux).
Running node 6.11.3
Installation runs fine. Obtained Google maps API key and put it in server.js.
When running "node server.js" the only response is "illegal instruction".
sudo node server.js just returns the prompt after 10 seconds.
No access to the webpage on port 7270
do i miss anything obvious?
The text was updated successfully, but these errors were encountered:
@keptenkurk Can you run any other node commands? nodejs/node#283 seems to indicate that it has something to do with a mis-detected architecture on your platform...
I can run node -v, also Node-red is running fine on this platform.
But i could well have installed armv7 installer on the armv6 hw.
node -p "process.arch" returns "arm" so not of much help :-)
Trying to install on Raspberry Pi (Linux bs440rpi 4.4.38+ #938 Thu Dec 15 15:17:54 GMT 2016 armv6l GNU/Linux).
Running node 6.11.3
Installation runs fine. Obtained Google maps API key and put it in server.js.
When running "node server.js" the only response is "illegal instruction".
sudo node server.js just returns the prompt after 10 seconds.
No access to the webpage on port 7270
do i miss anything obvious?
The text was updated successfully, but these errors were encountered: