<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/44566/how-to-node-js-f%C3%BCr-iobroker-richtig-updaten-2021-edition">[How-to] Node.js für ioBroker richtig updaten - 2021 Edition</a></p>
<p dir="auto">Ich versuche seit ein paar Tagen mein System wieder aktuell zu halten, aber komme leider nicht weiter. Beim Update von node.js 14.18.2 auf 14.18.3 kommt eine Meldung,</p>
<pre><code>E: Typ »sudo« in Zeile 2 der Quellliste /etc/apt/sources.list.d/yarn.list ist unbekannt.
E: Die Liste der Quellen konnte nicht gelesen werden.
</code></pre>
<p dir="auto">mit der ich nicht weiterkommen.</p>
<p dir="auto">hier mal die Daten:</p>
<pre><code>pi@raspberrypi-master:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
pi@raspberrypi-master:~ $ nodejs -v
v14.18.2
pi@raspberrypi-master:~ $ node -v
v14.18.2
pi@raspberrypi-master:~ $ npm -v
6.14.15
pi@raspberrypi-master:~ $ cd /opt/iobroker
pi@raspberrypi-master:/opt/iobroker $ iobroker backup
host.raspberrypi-master 47561 states saved
host.raspberrypi-master 56134 objects saved
Backup created: /opt/iobroker/backups/2022_01_29-17_05_38_backupiobroker.tar.gz
pi@raspberrypi-master:/opt/iobroker $ iobroker stop
pi@raspberrypi-master:/opt/iobroker $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

## Installing the NodeSource Node.js 14.x repo...


## Populating apt-get cache...

+ apt-get update
E: Typ »sudo« in Zeile 2 der Quellliste /etc/apt/sources.list.d/yarn.list ist unbekannt.
E: Die Liste der Quellen konnte nicht gelesen werden.
Error executing command, exiting
pi@raspberrypi-master:/opt/iobroker $ apt-get update
E: Typ »sudo« in Zeile 2 der Quellliste /etc/apt/sources.list.d/yarn.list ist unbekannt.
E: Die Liste der Quellen konnte nicht gelesen werden.
pi@raspberrypi-master:/opt/iobroker $ sudo nano 
/etc/apt/sources.list.d/nodesource.list


deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/51931/gelöst-fehler-beim-update-node-js-14-18-2-auf-14-18-3</link><generator>RSS for Node</generator><lastBuildDate>Sun, 24 May 2026 02:35:26 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/51931.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jan 2022 16:18:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 21:38:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<p dir="auto">Hau ich am Sonntag aufs System</p>
]]></description><link>https://forum.iobroker.net/post/751707</link><guid isPermaLink="true">https://forum.iobroker.net/post/751707</guid><dc:creator><![CDATA[kiste01]]></dc:creator><pubDate>Sat, 29 Jan 2022 21:38:19 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 21:37:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kiste01" aria-label="Profile: kiste01">@<bdi>kiste01</bdi></a> sagte in <a href="/post/751701">[gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3</a>:</p>
<blockquote>
<p dir="auto">Aktualisierung für 77 Pakete verfügbar.</p>
</blockquote>
<p dir="auto">Dann hau den Backlog an Updates mal aufs System...</p>
<pre><code>sudo apt update &amp;&amp; sudo apt full-upgrade
sudo reboot
</code></pre>
]]></description><link>https://forum.iobroker.net/post/751702</link><guid isPermaLink="true">https://forum.iobroker.net/post/751702</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 29 Jan 2022 21:37:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 21:29:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> sagte in <a href="/post/751525">[gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3</a>:</p>
<blockquote>
<p dir="auto">which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs</p>
</blockquote>
<pre><code>pi@raspberrypi-master:~ $ which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -                                                                                                             v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt pol                                                                                                             icy nodejs
/usr/bin/nodejs
/usr/bin/node
/usr/bin/npm
v14.18.3
v14.18.3
6.14.15
pi
/home/pi
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
OK:3 https://deb.nodesource.com/node_14.x buster InRelease
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Aktualisierung für 77 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
nodejs:
  Installiert:           14.18.3-deb-1nodesource1
  Installationskandidat: 14.18.3-deb-1nodesource1
  Versionstabelle:
 *** 14.18.3-deb-1nodesource1 500
        500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
        100 /var/lib/dpkg/status
     10.24.0~dfsg-1~deb10u1 500
        500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages

</code></pre>
<p dir="auto">So sieht es jetzt aus</p>
]]></description><link>https://forum.iobroker.net/post/751701</link><guid isPermaLink="true">https://forum.iobroker.net/post/751701</guid><dc:creator><![CDATA[kiste01]]></dc:creator><pubDate>Sat, 29 Jan 2022 21:29:15 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 17:45:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kiste01" aria-label="Profile: kiste01">@<bdi>kiste01</bdi></a></p>
<p dir="auto">Wie schaut es denn jetzt aus?</p>
<pre><code>which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
</code></pre>
]]></description><link>https://forum.iobroker.net/post/751525</link><guid isPermaLink="true">https://forum.iobroker.net/post/751525</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 29 Jan 2022 17:45:15 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 17:40:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a></p>
<p dir="auto">Dankeschön. Genau das hat geholfen.</p>
]]></description><link>https://forum.iobroker.net/post/751518</link><guid isPermaLink="true">https://forum.iobroker.net/post/751518</guid><dc:creator><![CDATA[kiste01]]></dc:creator><pubDate>Sat, 29 Jan 2022 17:40:59 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler beim update node.js 14.18.2 auf 14.18.3 on Sat, 29 Jan 2022 16:34:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kiste01" aria-label="Profile: kiste01">@<bdi>kiste01</bdi></a> sagte in <a href="/post/751469">Fehler beim update node.js 14.18.2 auf 14.18.3</a>:</p>
<pre><code>sudo cat /etc/apt/sources.list.d/yarn.list
</code></pre>
<p dir="auto">Vermutlich steht da aber Quark drin.<br />
Lösch die Datei, die brauchts nicht.</p>
<pre><code>sudo rm /etc/apt/sources.list.d/yarn.list
</code></pre>
<p dir="auto">Dann schau den Zustand vor dem Update an:</p>
<pre><code>which nodejs node npm &amp;&amp; nodejs -v &amp;&amp; node -v &amp;&amp; npm -v &amp;&amp; whoami &amp;&amp; pwd &amp;&amp; sudo apt update &amp;&gt; /dev/null &amp;&amp; sudo apt update &amp;&amp; apt policy nodejs
</code></pre>
]]></description><link>https://forum.iobroker.net/post/751475</link><guid isPermaLink="true">https://forum.iobroker.net/post/751475</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 29 Jan 2022 16:34:16 GMT</pubDate></item></channel></rss>