<?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[Adapter Release schlägt fehl]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">Ich versuche gerade meinen ersten kleinen Adapter zu releasen, aber das schlägt fehl bei den adapter-tests.</p>
<p dir="auto">Link zum run:<br />
<a href="https://github.com/maxx8888/ioBroker.ochsner-web2com/actions/runs/3373666653/jobs/5598467207" rel="nofollow ugc">https://github.com/maxx8888/ioBroker.ochsner-web2com/actions/runs/3373666653/jobs/5598467207</a></p>
<p dir="auto">Irgendwas klappt da bei npm ci nicht.<br />
Was muß ich machen damit ich hier weiterkomme?</p>
<pre><code>Run actions/setup-node@v2
  with:
    node-version: 14.x
    cache: npm
    always-auth: false
    check-latest: false
    token: ***
Found in cache @ /opt/hostedtoolcache/node/14.20.1/x64
/opt/hostedtoolcache/node/14.20.1/x64/bin/npm config get cache
/home/runner/.npm
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
npm cache is not found
Run npm ci
  npm ci
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
npm ERR! @esbuild/linux-loong64 not accessible from esbuild

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/runner/.npm/_logs/2022-11-01T23_29_19_183Z-debug.log
Error: Process completed with exit code 1.
</code></pre>
]]></description><link>https://forum.iobroker.net/topic/59574/adapter-release-schlägt-fehl</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 02:25:11 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/59574.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Nov 2022 07:10:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adapter Release schlägt fehl on Thu, 03 Nov 2022 07:26:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maxx8888" aria-label="Profile: maxx8888">@<bdi>maxx8888</bdi></a> sagte in <a href="/post/884764">Adapter Release schlägt fehl</a>:</p>
<blockquote>
<p dir="auto">Sagt leider nicht soviel aus was da schiefgeht ...</p>
</blockquote>
<p dir="auto">Mh, über das Portal habe ich das noch nie gemacht. Sonst klone mal das <a href="https://github.com/ioBroker/ioBroker.repositories" rel="nofollow ugc">Repository-Repo</a> und führe dann den Befehl aus.</p>
<pre><code>npm i
npm run addToLatest -- --name ochsner-web2com --type climate-control
</code></pre>
]]></description><link>https://forum.iobroker.net/post/884793</link><guid isPermaLink="true">https://forum.iobroker.net/post/884793</guid><dc:creator><![CDATA[haus-automatisierung]]></dc:creator><pubDate>Thu, 03 Nov 2022 07:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to Adapter Release schlägt fehl on Thu, 03 Nov 2022 00:34:46 GMT]]></title><description><![CDATA[<p dir="auto">So, wieder etwas weitergekommen. Release auf Github + Workflows laufen durch -&gt; Release auf NPM...</p>
<p dir="auto">Jetzt hapert es beim Developer Portal wenn ich auf "Add to Latest" drücke.<br />
Sagt leider nicht soviel aus was da schiefgeht ...</p>
<p dir="auto"><img src="/assets/uploads/files/1667435641382-f869a336-91d4-43ea-9b16-81e8abf1052c-image.png" alt="f869a336-91d4-43ea-9b16-81e8abf1052c-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.iobroker.net/post/884764</link><guid isPermaLink="true">https://forum.iobroker.net/post/884764</guid><dc:creator><![CDATA[maxx8888]]></dc:creator><pubDate>Thu, 03 Nov 2022 00:34:46 GMT</pubDate></item><item><title><![CDATA[Reply to Adapter Release schlägt fehl on Wed, 02 Nov 2022 21:31:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/haus-automatisierung" aria-label="Profile: haus-automatisierung">@<bdi>haus-automatisierung</bdi></a> Erstmal muß ich mich bei Dir bedanken für Dein tolles Video. War ein super Einstieg! Bin Schritt für Schritt gefolgt und voila, "fast" schon released :).<br />
OK, alle dependencies und Scripts updaten, mal sehen ob ich das hinbekomme, ist ja mein erstes mal auf GitHub ... :)</p>
]]></description><link>https://forum.iobroker.net/post/884683</link><guid isPermaLink="true">https://forum.iobroker.net/post/884683</guid><dc:creator><![CDATA[maxx8888]]></dc:creator><pubDate>Wed, 02 Nov 2022 21:31:26 GMT</pubDate></item><item><title><![CDATA[Reply to Adapter Release schlägt fehl on Wed, 02 Nov 2022 09:12:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maxx8888" aria-label="Profile: maxx8888">@<bdi>maxx8888</bdi></a> Ich würde erstmal auf die aktuellste Version des release-scripts gehen. 2.2.2 ist schon ziemlich alt. Aktuell ist 3.5.9.</p>
<p dir="auto">Ansonsten schlägt nicht nur der Release fehl, sondern generell alle GitHub Actions (auch testing): <a href="https://github.com/maxx8888/ioBroker.ochsner-web2com/actions" rel="nofollow ugc">https://github.com/maxx8888/ioBroker.ochsner-web2com/actions</a></p>
<p dir="auto">Ich würde nochmal alle GitHub Workflows kontrollieren und die dependencies auf den aktuellen Stand bringen. Und wenn dann alle Tests grün sind bei einem normalen commit, dann den release anstoßen.</p>
]]></description><link>https://forum.iobroker.net/post/884025</link><guid isPermaLink="true">https://forum.iobroker.net/post/884025</guid><dc:creator><![CDATA[haus-automatisierung]]></dc:creator><pubDate>Wed, 02 Nov 2022 09:12:06 GMT</pubDate></item><item><title><![CDATA[Reply to Adapter Release schlägt fehl on Wed, 02 Nov 2022 08:48:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maxx8888" aria-label="Profile: maxx8888">@<bdi>maxx8888</bdi></a> sagte in <a href="/post/883966">Adapter Release schlägt fehl</a>:</p>
<blockquote>
<p dir="auto">Ich versuche gerade meinen ersten kleinen Adapter zu releasen</p>
</blockquote>
<p dir="auto">das ist aber definitiv kein Einsteigerniveau!<br />
ich schieb das hier mal weg!<br />
hier im Einsteigerbereich wirdxes wahrscheinlich kein Wissender lesen.</p>
]]></description><link>https://forum.iobroker.net/post/884012</link><guid isPermaLink="true">https://forum.iobroker.net/post/884012</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Wed, 02 Nov 2022 08:48:17 GMT</pubDate></item></channel></rss>