Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to help beginners in installing this module #6

Open
heyadeivan opened this issue Nov 8, 2022 · 0 comments
Open

I want to help beginners in installing this module #6

heyadeivan opened this issue Nov 8, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@heyadeivan
Copy link

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

{
  "name": "depressed-front-administer-vlvf3",
  "productName": "depressed-front-administer-vlvf3",
  "description": "My Electron application description",
  "keywords": [],
  "main": "./main.js",
  "version": "1.0.0",
  "author": "yourname",
  "scripts": {
    "start": "electron ."
  },
  "devDependencies": {
    "electron": "^21.2.2"
  },
  "dependencies": {
    "electron-packager": "^17.1.1",
    "electron-rebuild": "^3.2.9",
    "mica-electron": "^1.1.5"
  }
}

npm start

thank you for making this module @GregVido

@GregVido GregVido added the documentation Improvements or additions to documentation label Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants