Agritite
Agritite
Trying `yarn add applicationinsights` on `node 14.21.3`, and got ``` error @azure/[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "14.21.3" ``` So I tried to...
* **Electron-Builder Version**: 24.10.0 * **Node Version**: 18.20.2 * **Electron Version**: 28.0.0 * **Electron Type (current, beta, nightly)**: current * **Target**: NSIS So it seems like due to here: https://github.com/electron-userland/electron-builder/blob/278a3df3c738dbe0d2240f338e901774b7d578c5/packages/app-builder-lib/templates/nsis/uninstaller.nsh#L15-L20...
* **Electron-Builder Version**: 24.10.0 * **Node Version**: 18 * **Electron Version**: 28.3.3 * **Electron Type (current, beta, nightly)**: current * **Target**: nsis In the latest version of our app we...
### System Info ``` @rspack/core: 1.0.5 license-webpack-plugin: 4.0.2 ``` ### Details The default value for `outputFilename` in [`license-webpack-plugin`](https://www.npmjs.com/package/license-webpack-plugin) is `'[name].licenses.txt'`; however, `perChunkOutput` enabled or not, the `'[name]'` will not be...