![]() |
|
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 The Solution was to disable the Nodejs.list from Openplotter: Code: sudo nano /etc/apt/sources.list.d/openplotterNodejs.list ... 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). |