1.1.1 • Published 6 years ago
electron-base v1.1.1
Electron base library
Provides abstract classes for main app and window for other Electron app to inherit.
INSTALLATION
Install
node-pre-gyp
globally:npm install --global node-pre-gyp
Install
windows-build-tools
globally:npm install --global --production windows-build-tools
DEVELOPMENT
npm install
gulp watch
RELEASE
gulp release
How to rebuild Node native module for this Electron version:
- Navigate to module folder. E.g:
cd ./node_modules/sqlite3
node-pre-gyp rebuild --target=1.8.7 --arch=x64 --dist-url=https://atom.io/download/atom-shell
- If build fails, try changing the target to
1.8.6
, or1.8.5
, etc. But keep it in range1.8.x
.
- Navigate to module folder. E.g:
Equivalent Node version:
v8.2.1