reading Electron tutorial (2) Electron installation January 29, 2024 by Eric Kelly No Comments Electron installation npm install electron -g Copy the code View the installation version electron -v Copy the code Electron delete npm uninstall electron Copy the code Electron update npm update electron -g Copy the code