Bluefox

Results 593 comments of Bluefox

Vielleicht steht da was im Browser log? https://www.iobroker.net/#de/documentation/faq/_040_contibution.md?fehlerindergrafischeoberflchemelden

```js const fs = require('fs'); const my_readdir = path => new Promise((resolve, reject) => fs.readdir(path, (error, result) => error ? reject(error) : resolve(result))); // Same as await my_readdir('.').then(res => console.log(res));...

npmLibs is empty in your configuration object, so It could be, that these packages were installed manually. Or node-red was uninsalled and unstalled anew somehow.

> Admin 7.7.20 js-controller 7.0.7 Nodejs 22.21.0 Die Version vom Javascript adapter wird benötigt.

> ### I'm sure that > * [x] This issue is still present in the **current beta version** of this adapter[x] There is no other (open) issue with the same...

@Apollon77 I would like to make tihs operation conditional. This will lead to the fact, that all vis(2) projects will be deleted if the user wants to reinstall the adapter....

@copilot I suggest to solve it the following steps: - add flag to `io-package.json` in common: `allowDeletionOfFilesInMetaObject` (if it true, CLI and Admin will not ask for confirmation) - CLI...

@copilot add type definition in AdaprerCommon for allowDeletionOfFilesInMetaObject and in the schema