Steveorevo / node-red-contrib-nbrowser

Provides a virtual web browser (a.k.a. "headless browser") appearing as a node.
35 stars 13 forks source link

Cant install on Raspberry Pi #12

Closed blackwellj closed 6 years ago

blackwellj commented 6 years ago

Hi, when I try and install on my pi i get this error nbrowser

Can anyone help?

Steveorevo commented 6 years ago

Did you try removing the offending directory manually?

blackwellj commented 6 years ago

Yes I tried that, from don’t some reading I don’t think some of the dependencies are pi compatible :(

James Blackwell

On 13 Apr 2018, at 20:32, Stephen J. Carnam notifications@github.com<mailto:notifications@github.com> wrote:

Did you try removing the offending directory manually?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Steveorevo/node-red-contrib-nbrowser/issues/12#issuecomment-381239760, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALdeRl52qIykY50ut87BcjEA0EKUcgqTks5toP1hgaJpZM4TK-bq.

Steveorevo commented 6 years ago

Did you check our existing closed issues from other Pi users; requirements, window manager:virtual x window, electron on Pi, dependencies, etc.

https://github.com/Steveorevo/node-red-contrib-nbrowser/issues/7

blackwellj commented 6 years ago

I have but didn’t really understand them. What I really need is a step by step guide

James Blackwell

On 17 Apr 2018, at 08:17, Stephen J. Carnam notifications@github.com<mailto:notifications@github.com> wrote:

Did you check our existing closed issues from other Pi users; requirements, window manager:virtual x window, electron on Pi, dependencies, etc.

7https://github.com/Steveorevo/node-red-contrib-nbrowser/issues/7

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Steveorevo/node-red-contrib-nbrowser/issues/12#issuecomment-381874404, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALdeRid2KT34DwmmhBGWoex3RdYHiBwVks5tpZcFgaJpZM4TK-bq.

Steveorevo commented 6 years ago

It also looks like your version of node is not supported. The first line in your error is a complaint about node 4; you need node 8 or above.

blackwellj commented 6 years ago

I beleive I’m running the latest version of node red

James Blackwell

On 27 May 2018, at 23:11, Stephen J. Carnam notifications@github.com<mailto:notifications@github.com> wrote:

It also looks like your version of node is not supported. The first line in your error is a complaint about node 4; you need node 8 or above.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/Steveorevo/node-red-contrib-nbrowser/issues/12#issuecomment-392380923, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALdeRhs5widqFNAHKkUdGQXyJYtf46-hks5t2ySlgaJpZM4TK-bq.

Steveorevo commented 6 years ago

The error message is complaining about node (NOT node-red; rather just “node” aka “nodejs”, the engine that runs node-red). The node engine does not meet the requirements; otherwise the message would not appear.