showing results for - "install electron"
Salvador
05 Jul 2020
11) Make sure node.js is installed on your machine
2
32) CD into your directory
4
53) Crete a json package using the following command:
6npm init
7
84) Install the electron module using the following command:
9npm install --save-dev electron
Daniel
06 Sep 2020
1$ npm install --save-dev electron-installer-windows
Josefina
23 Apr 2017
1npm i -D electron@latest
2# Electron   15.2.0
3# Node       16.5.0
4# Chromium   94.0.4606.81
Anna
18 Apr 2018
1npm install electron --save-devCopy