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
1npm i -D electron@latest
2# Electron 15.2.0
3# Node 16.5.0
4# Chromium 94.0.4606.81