You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned it from github / Download Zip > Extract ZIP
You can change electronjs version in package.json before install
from "electron": "^21.1.1" to "electron": "^21.2.2"
npm install npm install mica-electron cd .\node_modules\mica-electron\
cd .\..\..\
npm install electron npm install electron-rebuild .\node_modules\.bin\electron-rebuild
create main.js or change example.js to main.js
delete package.json & copy package.json from your electron project
Cloned it from github / Download Zip > Extract ZIP
You can change electronjs version in package.json before install
from "electron": "^21.1.1" to "electron": "^21.2.2"
npm install
npm install mica-electron
cd .\node_modules\mica-electron\
cd .\..\..\
npm install electron
npm install electron-rebuild
.\node_modules\.bin\electron-rebuild
create main.js or change example.js to main.js
delete package.json & copy package.json from your electron project
npm start
thank you for making this module @GregVido
The text was updated successfully, but these errors were encountered: