SignalK / charts-plugin

Signal K Node server charts plugin
Apache License 2.0
6 stars 8 forks source link

cannot find sqlite3 #16

Closed CzarofAK closed 3 years ago

CzarofAK commented 3 years ago

I tried to install charts-plugin on a Signal K server running on a Venus OS Large. After installation the following status shows up: Failed to start: Cannot find module '/data/conf/signalk/node_modules/sqlite3/lib...

tkurki commented 3 years ago

Something is missing from the installation. You can retry installing by running this command in $HOME/.signalk:

npm install --save @signalk/charts-plugin

and if that succeeds restart the server.

If you get error messages you can add them here to try to further debug the problem.

CzarofAK commented 3 years ago

Could not carry out your commands. But after i installed Victron Venus from scratch and added the charts-plugin, the message does not appear anymore. seems like it was related to a corrupt installation. Tanks for the swift reply!