NEWS
Weboberfläsche startet nicht
-
Hallo,
ich habe Iobroker aus ein Image runtergeladen und installiert, leider kann ich fast nicht auf die Weboberfläche zugreiffen. Die verbindung sieht sehr langsam aus. ich sehe nur nur das die seite sich einfach lädt (http://192.168.1.25:8081/), es gibt ein kreis aber kein text kommt.
ich habe auch Iobrocker neue gestartet aber das problem bleibt immer gleich (mit firefox/edge/Chrome)
woher kommst das problem ?
Ich wollte die cache löschen aber ich habe diese Meldung bekommen:
` > pi@ioBroker-Pi:/opt/iobroker $ npm cache clean
npm ERR! As of npm@5, the npm cache self-heals from corruption issues and data extracted from the cache is guaranteed to be valid. If you want to make sure everything is consistent, use 'npm cache verify' instead. On the other hand, if you're debugging an issue with the installer, you can use
npm install –cache /tmp/empty-cache
to use a temporary cache instead of nuking the actual one.npm ERR!
npm ERR! If you're sure you want to delete the entire cache, rerun this command with --force.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2018-10-01T21_00_25_301Z-debug.log `
` > pi@ioBroker-Pi:/opt/iobroker $ npm install IRGENDWAS
npm ERR! code E404
npm ERR! 404 Not Found: IRGENDWAS@latest
npm ERR! A complete log of this run can be found in: `
npm ERR! /home/pi/.npm/_logs/2018-10-01T21_02_04_761Z-debug.logdie versions
` > pi@ioBroker-Pi:/opt/iobroker $ iobroker upgrade admin.0
Adapter "admin.0" is not installed.
pi@ioBroker-Pi:/opt/iobroker $ iobroker upgrade admin
Adapter "admin" is up to date.
pi@ioBroker-Pi:/opt/iobroker $ node -v
v8.12.0
pi@ioBroker-Pi:/opt/iobroker $ npm -v
6.4.1 `
js-controller install
` > pi@ioBroker-Pi:/opt/iobroker $ sudo npm install iobroker.js-controller
iobroker.js-controller@1.5.3 preinstall /opt/iobroker/node_modules/iobroker.js-controller
node lib/preinstallCheck.js
NPM version: 6.4.1
npm version >= 5: disabling package-lock
ursa-optional@0.9.8 install /opt/iobroker/node_modules/ursa-optional
node rebuild.js
ursaNative bindings compilation fail. This is not an issue. Modules that depend on it will use fallbacks.
fs.js:646
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: EACCES: permission denied, open './stdout.log'
at Object.fs.openSync (fs.js:646:18)
at Object.fs.writeFileSync (fs.js:1299:33)
at Object. <anonymous>(/opt/iobroker/node_modules/ursa-optional/rebuild.js:9:8)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
diskusage@0.2.5 install /opt/iobroker/node_modules/diskusage
node-gyp rebuild
gyp WARN EACCES user "root" does not have permission to access the dev dir "/root/.node-gyp/8.12.0"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/opt/iobroker/node_modules/diskusage/.node-gyp"
gyp WARN install got an error, rolling back install
gyp WARN install got an error, rolling back install
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/opt/iobroker/node_modules/diskusage/.node-gyp'
gyp ERR! System Linux 4.14.30-v7+
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/diskusage
gyp ERR! node -v v8.12.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
iobroker.js-controller@1.5.3 install /opt/iobroker/node_modules/iobroker.js-controller
node iobroker.js setup first
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.8 (node_modules/ursa-optional):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ursa-optional@0.9.8 install:
node rebuild.js
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@0.2.5 (node_modules/diskusage):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: diskusage@0.2.5 install:
node-gyp rebuild
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
- iobroker.js-controller@1.5.3
added 17 packages from 20 contributors, removed 9 packages, updated 21 packages and audited 2586 packages in 139.973s
found 89 vulnerabilities (47 low, 27 moderate, 15 high)
run
npm audit fix
to fix them, ornpm audit
for details</anonymous> `