OpenMarine
Upgrade Error with newer Node - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: How I did it (https://forum.openmarine.net/forumdisplay.php?fid=6)
+--- Thread: Upgrade Error with newer Node (/showthread.php?tid=6578)



Upgrade Error with newer Node - holgerw - 2025-12-17

I recently got Errors with updating my bookworm System after upgrading to Node 22.

Code:
Reading package lists... Done                         
E: The repository 'https://deb.nodesource.com/node_20.x bookworm Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.



The Solution was to disable the Nodejs.list from Openplotter:

Code:
sudo nano /etc/apt/sources.list.d/openplotterNodejs.list
# deb https://deb.nodesource.com/node_20.x bookworm main
# deb-src https://deb.nodesource.com/node_20.x bookworm main


... now the upgrade runs again.


RE: Upgrade Error with newer Node - abarrow - 2025-12-19

I deleted the repositories that were added by OpenPlotter and used the instructions here:

https://eurohoster.org/en/knowledgebase/1290/Installing+Node.js+on+Debian+and+Ubuntu.html#:~:text=The%20benefits%20of%20using%20Node,applications%20using%20this%20powerful%20platform.

for updating using Nodesource (option 2).