Ich komme leider nicht mehr in den Admin und weiß nicht was ich noch tun kann. Folgendes habe ich bereits gemacht:
npm install iobroker.js-controller@latest
und
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get install -y nodejs
NPM: 6.14.4
Node: v10.21.0
which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
/usr/bin/nodejs
v10.21.0
/usr/bin/node
v10.21.0
/usr/bin/npm
6.14.4
nodejs:
Installiert: 10.21.0-1nodesource1
Installationskandidat: 10.21.0-1nodesource1
Versionstabelle:
*** 10.21.0-1nodesource1 500
500 https://deb.nodesource.com/node_10.x bionic/main amd64 Packages
100 /var/lib/dpkg/status
8.10.0~dfsg-2ubuntu0.4 500
500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
8.10.0~dfsg-2ubuntu0.2 500
500 http://de.archive.ubuntu.com/ubuntu bionic-security/universe amd64 Packages
8.10.0~dfsg-2 500
500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
iobroker list instances
internal/modules/cjs/loader.js:638
throw err;
^
Error: Cannot find module '/opt/iobroker/node_modules/iobroker.js-controller/iobroker.js'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
Aber der Admin lädt und lädt.
Was kann ich noch machen?