@quarkmax
Ich hab jetzt mal wie im Issue die
rm /opt/iobroker/node_modules/.package-lock.json
rm /opt/iobroker/node_modules/iobroker.javascript/node_modules/.package-lock.json
rm /opt/iobroker/package-lock.json
gelöscht und ein iob rebuild angeschoben.
So auf den ersten Blick war es das, das Zusatzmodul überlebt jetzt ein npm prune.
echad@chet:/opt/iobroker $ npm ls playactor
iobroker.inst@3.0.0 /opt/iobroker
└─┬ iobroker.javascript@6.1.4
└── playactor@0.4.1
echad@chet:/opt/iobroker $ npm prune
npm WARN skipping integrity check for git dependency ssh://git@github.com/DrozmotiX/ioBroker.switchbot-hub.git
npm WARN skipping integrity check for git dependency ssh://git@github.com/nbuenger/ioBroker.govee.git
npm WARN deprecated appium-logger@2.1.0: Moved into appium-support
npm WARN deprecated core-js@1.2.7: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
removed 785 packages, and changed 31 packages in 1m
99 packages are looking for funding
run `npm fund` for details
echad@chet:/opt/iobroker $ npm ls playactor
iobroker.inst@3.0.0 /opt/iobroker
└─┬ iobroker.javascript@6.1.4
└── playactor@0.4.1
€dit:
Hat nicht ganz funktioniert, ich habe dann noch alle anderen package-locks in /opt/iobroker rausgeworfen.
Nach
find "/opt/iobroker/" -iname "*package-lock*" -exec rm -rf "{}" \;
ist Ruhe, scheint mir.