OpenMarine

Full Version: Signal K Installation fails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to install Signal K and it fails with the following.


----------------------------------------------------------
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 npm : Depends: nodejs (>= 6.11~) but it is not going to be installed
       Depends: node-abbrev (>= 1.1.1~) but it is not going to be installed
       Depends: node-ansi-regex (>= 3.0~) but it is not going to be installed
       Depends: node-ansistyles (>= 0.1.3~) but it is not going to be installed
       Depends: node-aproba (>= 1.2~) but it is not going to be installed
       Depends: node-archy (>= 1.0~) but it is not going to be installed
       Depends: node-cacache (>= 10.0.4~) but it is not going to be installed
-----------------------------
and so on.
Any help please
(2021-03-21, 06:22 PM)Jsimonc Wrote: [ -> ]Trying to install Signal K and it fails with the following.


----------------------------------------------------------
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 npm : Depends: nodejs (>= 6.11~) but it is not going to be installed
       Depends: node-abbrev (>= 1.1.1~) but it is not going to be installed
       Depends: node-ansi-regex (>= 3.0~) but it is not going to be installed
       Depends: node-ansistyles (>= 0.1.3~) but it is not going to be installed
       Depends: node-aproba (>= 1.2~) but it is not going to be installed
       Depends: node-archy (>= 1.0~) but it is not going to be installed
       Depends: node-cacache (>= 10.0.4~) but it is not going to be installed
-----------------------------
and so on.
Any help please

What operation system are you using ?

With OpenPlotter it is simple to install from the settings menu.

It is also possible to install it yourselves:

In Linux: First, install NPM with: sudo apt install npm
Then the installation of SignalK: sudo npm install -g --unsafe-perm signalK-server

Then the start setup: sudo signalk-server-setup (most items = no)

Now open your browser with: localhost:3000

Bram
Hi I am using a raspberry pi. I get the same message if I use the terminal for the install. My raspberry pi is a very early one and I am coming round to thinking that is my problem. I have ordered a version 3 and will see if I have any better luck.