electron-builder
electron-builder copied to clipboard
electron builder Please specify 'version' in the package.json
- Electron-Builder Version: 24.13.3
- Node Version: 18.15.0
- Electron Version:
- Electron Type (current, beta, nightly):
- Target:
I want to manage the application version from the outside using an environment variable. Everything works fine except I cannot build the dist of my app after I remove the version
from the package.json
file.
The error is next: electron builder Please specify 'version' in the package.json
Is there a way to pass an app version from outside because this error looks very odd.