Dear Mark, thanks for your post.
It is running now (I am putting everything for anyone may interested)
Referring to your questions:
I haven't intentionally started the node-red twice. Actually, after the installation process I tried to start node-red with no success.
I may tried without sudo at first, and then using sudo. But in anyway, I had no success launching node-red at all.
Having read your post I checked with
ps -ef
and I didn't see anything looking similar to node-red or nodjs.
Then I reboot it (sudo reboot) and having connected back through USB (putty at 192.168.7.2)
I tested the ports again
netstat -a
and the port 1880 was not reported at all.
So, I tried again : sudo no-red-pi
and now I have (see bellow), the cursor is not appearing (it looks waiting for something or it is stuck)
Welcome to Node-RED
===================
22 May 17:29:09 - [info] Node-RED version: v0.16.2
22 May 17:29:09 - [info] Node.js version: v6.10.1
22 May 17:29:09 - [info] Linux 4.4.30-ti-r64 arm LE
22 May 17:29:14 - [info] Loading palette nodes
22 May 17:29:32 - [warn] ------------------------------------------------------
22 May 17:29:32 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node
22 May 17:29:32 - [warn] [upm-grove-button] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-buzzer] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-led] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-light] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-relay] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-rgb-lcd] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-rotary] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-sound] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-temperature] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-adxl345] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] [upm-grove-servo] Error: Module version mismatch. Expected 48, got 14.
22 May 17:29:32 - [warn] ------------------------------------------------------
22 May 17:29:32 - [info] Settings file : /root/.node-red/settings.js
22 May 17:29:32 - [info] User directory : /root/.node-red
22 May 17:29:32 - [info] Flows file : /root/.node-red/flows_beaglebone.json
22 May 17:29:32 - [info] Creating new flow file
22 May 17:29:32 - [info] Starting flows
22 May 17:29:32 - [info] Started flows
22 May 17:29:32 - [info] Server now running at
http://127.0.0.1:1880/BUT the node-red is running !!!
To finally get into its editor I typed
http://192.168.7.2:1880(which is the IP of the USB port)
When I was trying to connect to the eth0 ip (192.168.1.6 : 1880) I had no success.
Now, I have it running and connected to it
why I get all these warnings ? I am loosing these modules?