"Updates 1", but no updatable plugin in list
Hi guys, I'm running signalk 2.16.0 in docker. The new signalk instance uses the .signalk-folder of an older signalk version that I used before.
In the Appstore under "Updates" I see a green "1", implying there is a plugin to be updated (see screenshot). But when I select the section "Updates", nothing is shown there.
Any idea, how I can figure out, what is going on here?

8 Replies
Interesting… try scrolling through the all list and looking at the version numbers?
Scrolled down and up again, nothing sticks out
I guess I would remove the node_modules directory
And then run “npm install”
In ~/.signalk
Is that "safe" in terms of plugins, that I created myself and installed via "npm install --save ~/sigk/skPlugins/PLUGIN"
If the original file is still there
Ok, will give it a try. Its only a test system using docker, easily rebuild
Looks good. All plugins including my own were recreated, the "Updates 1" is gone
Out of interest (I do not know too much about node): Based on what information does "npm install" recreate node_modules?
GitHub
FAQ: Frequently Asked Questions
An implementation of a Signal K central server for boats. - SignalK/signalk-server
Indeed, its mentioned there. Thank you!