OpenMarine

Full Version: Upgrade Error with newer Node
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I deleted the repositories that were added by OpenPlotter and used the instructions here:

https://eurohoster.org/en/knowledgebase/...20platform.

for updating using Nodesource (option 2).