Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 305 Bytes

CHANGE-ELECTRON-VERSION.md

File metadata and controls

10 lines (8 loc) · 305 Bytes

Change electron-prebuilt version

# find iron-node installation
$ where iron-node;
# -> C:\Users\sahlf\AppData\Roaming\npm\iron-node  

$ cd c:\Users\sahlf\AppData\Roaming\npm\node_modules\iron-node\;
$ npm unstinall electron-prebuilt;
$ npm install electron-prebuilt@YOUR_VERSION_NUMBER --save