<?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 bei Adapter Installation]]></title><description><![CDATA[<p dir="auto">Habe bei Adapter install einen Fehler...</p>
<pre><code>npm install iobroker.cec2@0.1.0 --loglevel error --prefix "/opt/iobroker" (System call)
../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~
../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   Local&lt;Value&gt; res = options-&gt;Get(Nan::New&lt;String&gt;("serviceName").ToLocalChecked());                                                                                   ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    serviceName-&gt;WriteUtf8(m-&gt;serviceName, sizeof(m-&gt;serviceName) - 1);                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:152:69: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   res = options-&gt;Get(Nan::New&lt;String&gt;("remoteHost").ToLocalChecked());                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    remoteHost-&gt;WriteUtf8(m-&gt;remoteHost, sizeof(m-&gt;remoteHost) - 1);                                                                  ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  username-&gt;WriteUtf8(m-&gt;username, sizeof(m-&gt;username) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  password-&gt;WriteUtf8(m-&gt;password, sizeof(m-&gt;password) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle&lt;Object&gt; exports) {           ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
../authenticate_pam.cc:170:11: note: suggested alternative: ‘rand_r’ void init(Handle&lt;Object&gt; exports) {           ^~~~~~           rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before ‘&gt;’ token void init(Handle&lt;Object&gt; exports) {                        ^../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle&lt;Object&gt; exports) {                          ^~~~~~~In file included from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
../authenticate_pam.cc:175:31: note: suggested alternative: ‘int’ NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack     at ChildProcess.emit (events.js:314:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)gyp ERR! System Linux 5.10.17-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v12.22.0
gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
</code></pre>
<p dir="auto">hier ist der komplette log bei install:</p>
<pre><code>$ ./iobroker add cec2  --host ioBroker
NPM version: 6.14.11
npm install iobroker.cec2@0.1.0 --loglevel error --prefix "/opt/iobroker" (System call)
../authenticate_pam.cc: In function ‘void after_doing_auth(uv_work_t*, int)’:../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~../authenticate_pam.cc:107:87: warning: ‘v8::Local&lt;v8::Value&gt; Nan::MakeCallback(v8::Local&lt;v8::Object&gt;, v8::Local&lt;v8::Function&gt;, int, v8::Local&lt;v8::Value&gt;*)’ is deprecated [-Wdeprecated-declarations]   Nan::MakeCallback(Nan::GetCurrentContext()-&gt;Global(), Nan::New(m-&gt;callback), 1, args);                                                                                       ^In file included from ../authenticate_pam.cc:23:../../nan/nan.h:1026:46: note: declared here   NAN_DEPRECATED inline v8::Local&lt;v8::Value&gt; MakeCallback(                                              ^~~~~~~~~~~~
../authenticate_pam.cc: In function ‘Nan::NAN_METHOD_RETURN_TYPE Authenticate(Nan::NAN_METHOD_ARGS_TYPE)’:../authenticate_pam.cc:147:83: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   Local&lt;Value&gt; res = options-&gt;Get(Nan::New&lt;String&gt;("serviceName").ToLocalChecked());                                                                                   ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:150:69: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    serviceName-&gt;WriteUtf8(m-&gt;serviceName, sizeof(m-&gt;serviceName) - 1);                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:152:69: warning: ‘v8::Local&lt;v8::Value&gt; v8::Object::Get(v8::Local&lt;v8::Value&gt;)’ is deprecated: Use maybe version [-Wdeprecated-declarations]   res = options-&gt;Get(Nan::New&lt;String&gt;("remoteHost").ToLocalChecked());                                                                     ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8-internal.h:14,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:27,                 from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:3553:51: note: declared here   V8_DEPRECATED("Use maybe version", Local&lt;Value&gt; Get(Local&lt;Value&gt; key));                                                   ^~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8config.h:328:3: note: in definition of macro ‘V8_DEPRECATED’   declarator __attribute__((deprecated(message)))   ^~~~~~~~~~../authenticate_pam.cc:155:66: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’    remoteHost-&gt;WriteUtf8(m-&gt;remoteHost, sizeof(m-&gt;remoteHost) - 1);                                                                  ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:160:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  username-&gt;WriteUtf8(m-&gt;username, sizeof(m-&gt;username) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc:161:58: error: no matching function for call to ‘v8::String::WriteUtf8(char [128], unsigned int)’  password-&gt;WriteUtf8(m-&gt;password, sizeof(m-&gt;password) - 1);                                                          ^In file included from /home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:67,                 from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note: candidate: ‘int v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const’   int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,       ^~~~~~~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/v8.h:2878:7: note:   no known conversion for argument 1 from ‘char [128]’ to ‘v8::Isolate*’../authenticate_pam.cc: At global scope:../authenticate_pam.cc:170:11: error: variable or field ‘init’ declared void void init(Handle&lt;Object&gt; exports) {           ^~~~~~../authenticate_pam.cc:170:11: error: ‘Handle’ was not declared in this scope
../authenticate_pam.cc:170:11: note: suggested alternative: ‘rand_r’ void init(Handle&lt;Object&gt; exports) {           ^~~~~~           rand_r../authenticate_pam.cc:170:24: error: expected primary-expression before ‘&gt;’ token void init(Handle&lt;Object&gt; exports) {                        ^../authenticate_pam.cc:170:26: error: ‘exports’ was not declared in this scope void init(Handle&lt;Object&gt; exports) {                          ^~~~~~~In file included from ../../nan/nan.h:56,                 from ../authenticate_pam.cc:23:../authenticate_pam.cc:175:31: error: ‘init’ was not declared in this scope NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
../authenticate_pam.cc:175:31: note: suggested alternative: ‘int’ NODE_MODULE(authenticate_pam, init);                               ^~~~/home/iobroker/.cache/node-gyp/12.22.0/include/node/node.h:736:36: note: in definition of macro ‘NODE_MODULE_X’       (node::addon_register_func) (regfunc),                          \                                    ^~~~~~~../authenticate_pam.cc:175:1: note: in expansion of macro ‘NODE_MODULE’ NODE_MODULE(authenticate_pam, init); ^~~~~~~~~~~
make: *** [authenticate_pam.target.mk:109: Release/obj.target/authenticate_pam/authenticate_pam.o] Fehler 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack     at ChildProcess.emit (events.js:314:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)gyp ERR! System Linux 5.10.17-v7l+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/authenticate-pamgyp ERR! node -v v12.22.0
gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
host.ioBroker install adapter cec2
upload [4] cec2.admin /opt/iobroker/node_modules/iobroker.cec2/admin/words.js words.js application/javascript
upload [3] cec2.admin /opt/iobroker/node_modules/iobroker.cec2/admin/style.css style.css text/css
upload [2] cec2.admin /opt/iobroker/node_modules/iobroker.cec2/admin/index_m.html index_m.html text/html
upload [1] cec2.admin /opt/iobroker/node_modules/iobroker.cec2/admin/cec2.png cec2.png image/png
upload [0] cec2.admin /opt/iobroker/node_modules/iobroker.cec2/admin/admin.d.ts admin.d.ts video/mp2t
host.ioBroker object system.adapter.cec2 created/updated
host.ioBroker create instance cec2
host.ioBroker object cec2.0.info.connection created
host.ioBroker object cec2.0.info created
host.ioBroker object system.adapter.cec2.0.logLevel created
host.ioBroker object system.adapter.cec2.0.sigKill created
host.ioBroker object system.adapter.cec2.0.eventLoopLag created
host.ioBroker object system.adapter.cec2.0.outputCount created
host.ioBroker object system.adapter.cec2.0.inputCount created
host.ioBroker object system.adapter.cec2.0.uptime created
host.ioBroker object system.adapter.cec2.0.memRss created
host.ioBroker object system.adapter.cec2.0.memHeapTotal created
host.ioBroker object system.adapter.cec2.0.memHeapUsed created
host.ioBroker object system.adapter.cec2.0.cputime created
host.ioBroker object system.adapter.cec2.0.cpu created
host.ioBroker object system.adapter.cec2.0.compactMode created
host.ioBroker object system.adapter.cec2.0.connected created
host.ioBroker object system.adapter.cec2.0.alive created
host.ioBroker Set default value of cec2.0.info.connection: false
host.ioBroker object system.adapter.cec2.0 created
process exited with code 0
</code></pre>
<p dir="auto">Die Installation ist neu. Beim einspielen des Backups hat er mit diesem Fehler nach ca 20 Adaptern begonnen und ich habe ihn nicht wieder wegbekommen... npm rebuild und fix Skript sind durch ändern aber nichts.</p>
]]></description><link>https://forum.iobroker.net/topic/43793/gelöst-fehler-bei-adapter-installation</link><generator>RSS for Node</generator><lastBuildDate>Fri, 22 May 2026 19:36:08 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/43793.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Apr 2021 18:31:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:56:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ofbeqnpolkkl6mby5e13" aria-label="Profile: ofbeqnpolkkl6mby5e13">@<bdi>ofbeqnpolkkl6mby5e13</bdi></a> Was ist mit unix-dgram? Und wo ist der Bezug zu diesem Thread?</p>
]]></description><link>https://forum.iobroker.net/post/608429</link><guid isPermaLink="true">https://forum.iobroker.net/post/608429</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:56:18 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:55:36 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> Deinstallieren vom Terminal Adapter</p>
]]></description><link>https://forum.iobroker.net/post/608427</link><guid isPermaLink="true">https://forum.iobroker.net/post/608427</guid><dc:creator><![CDATA[Dragon]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:55:36 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:55:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dragon" aria-label="Profile: dragon">@<bdi>dragon</bdi></a> Was löste dein Problem?</p>
]]></description><link>https://forum.iobroker.net/post/608426</link><guid isPermaLink="true">https://forum.iobroker.net/post/608426</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:55:10 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:55:12 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">Hattest recht. Problem gelöst</p>
]]></description><link>https://forum.iobroker.net/post/608424</link><guid isPermaLink="true">https://forum.iobroker.net/post/608424</guid><dc:creator><![CDATA[Dragon]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:55:12 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:49:47 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><br />
Dass es einen Fehler bei bestimmten Modulen gibt. Zum Beispiel Unix-dgram usw.</p>
]]></description><link>https://forum.iobroker.net/post/608423</link><guid isPermaLink="true">https://forum.iobroker.net/post/608423</guid><dc:creator><![CDATA[oFbEQnpoLKKl6mbY5e13]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:39:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ofbeqnpolkkl6mby5e13" aria-label="Profile: oFbEQnpoLKKl6mbY5e13">@<bdi>oFbEQnpoLKKl6mbY5e13</bdi></a></p>
<p dir="auto">Was meinst du mit Klassiker? Node-gyp wird bei jedem Bau von Modulen verwendet.</p>
]]></description><link>https://forum.iobroker.net/post/608418</link><guid isPermaLink="true">https://forum.iobroker.net/post/608418</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:36:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dragon" aria-label="Profile: dragon">@<bdi>dragon</bdi></a><br />
node-gyp ist ein Klassiker.</p>
]]></description><link>https://forum.iobroker.net/post/608416</link><guid isPermaLink="true">https://forum.iobroker.net/post/608416</guid><dc:creator><![CDATA[oFbEQnpoLKKl6mbY5e13]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:36:52 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:35:45 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> Ja habe ich. Und versuche ich natürlich</p>
]]></description><link>https://forum.iobroker.net/post/608415</link><guid isPermaLink="true">https://forum.iobroker.net/post/608415</guid><dc:creator><![CDATA[Dragon]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:35:45 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:35:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ofbeqnpolkkl6mby5e13" aria-label="Profile: ofbeqnpolkkl6mby5e13">@<bdi>ofbeqnpolkkl6mby5e13</bdi></a></p>
<p dir="auto">Wenn dem so ist bin ich beruhigt. Hatte nur im Forum mal gesucht und es wurden zumindest Lösungsvorschläge angeboten, welche bei mir nicht halfen. Wenn es einfach zu ignorieren ist werde ich das natürlich tun...</p>
]]></description><link>https://forum.iobroker.net/post/608414</link><guid isPermaLink="true">https://forum.iobroker.net/post/608414</guid><dc:creator><![CDATA[Dragon]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:35:14 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:34:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dragon" aria-label="Profile: dragon">@<bdi>dragon</bdi></a></p>
<p dir="auto">Terminal-Adapter installiert?</p>
<p dir="auto">Schmeiß den mal raus.</p>
]]></description><link>https://forum.iobroker.net/post/608413</link><guid isPermaLink="true">https://forum.iobroker.net/post/608413</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:34:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Fehler bei Adapter Installation on Thu, 01 Apr 2021 18:34:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dragon" aria-label="Profile: dragon">@<bdi>dragon</bdi></a><br />
Wer hat den Fehler nicht?!</p>
<p dir="auto">Kannst du ignorieren. Oder funktioniert etwas nicht?</p>
]]></description><link>https://forum.iobroker.net/post/608412</link><guid isPermaLink="true">https://forum.iobroker.net/post/608412</guid><dc:creator><![CDATA[oFbEQnpoLKKl6mbY5e13]]></dc:creator><pubDate>Thu, 01 Apr 2021 18:34:07 GMT</pubDate></item></channel></rss>