- Find
PowerShell
and then right click on it, chooseRun as Administrator
- execute this command:
npm install --global --production windows-build-tools
- Goto the directory in cmd or PowerShell
- execute this command:
npm install
- execute build command:
npm run build
After the build. You'll get both installer and binary-executables under build
folder.