diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d2a19f23..13b9379d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ --> ## __WORK IN PROGRESS__ - Kiera +* (foxriver76) fixed Windows installation * (foxriver76) fixed issue on package updates (e.g. Admin Node.js update) ## 6.0.5 (2024-06-16) - Kiera diff --git a/packages/cli/src/lib/setup/setupSetup.ts b/packages/cli/src/lib/setup/setupSetup.ts index 0a747cc69a..f7a3c7dd9b 100644 --- a/packages/cli/src/lib/setup/setupSetup.ts +++ b/packages/cli/src/lib/setup/setupSetup.ts @@ -1130,7 +1130,6 @@ Please DO NOT copy files manually into ioBroker storage directories!` packJson.overrides = { '@iobroker/adapter-core': this.SUPPORTED_ADAPTER_CORE_VERSION }; await fs.writeFile(packPath, JSON.stringify(packJson)); - await tools.execAsync('npm i --omit=dev --ignore-scripts', { cwd: rootDir }); console.log( `Successfully specified supported "@iobroker/adapter-core" version as "${this.SUPPORTED_ADAPTER_CORE_VERSION}"`