Created
February 5, 2018 06:43
-
-
Save scottie/e9f913c4f96cb40be3a162cae4e693cb to your computer and use it in GitHub Desktop.
Nano Wallet trouble shooting, for Windows (onzcoin)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows 10 | |
[LevelDown fails installation with NPM on windows 10.] | |
FIX: choco install microsoft-build-tools / npm install windows-build-tools | |
FIX 1: Install python, ie: choco install python, choco install python3.6 | |
FIX 2: Install windows sdk version 8.1, choco install windows-sdk-8.1 | |
FIX 3: Set Enviroment varible for python. | |
[Unable to find Electron App Error https://i.imgur.com/9lqLVhb.png] | |
FIX: npm run build && npm start | |
FIX 2: Check contents of package.json make sure "main" key exists. main.js is Electron Config file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment