how to create installer for electron app
$ npm install --save-dev electron-installer-windows
how to create installer for electron app
$ npm install --save-dev electron-installer-windows
install latest electron
npm i -D electron@latest
# Electron 15.2.0
# Node 16.5.0
# Chromium 94.0.4606.81
electron setup cmd
1) Make sure node.js is installed on your machine
2) CD into your directory
3) Crete a json package using the following command:
npm init
4) Install the electron module using the following command:
npm install --save-dev electron
js electron setup
npm install electron --save-devCopy
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us