Skip to content

Instantly share code, notes, and snippets.

@scottie
Created February 5, 2018 06:43
Show Gist options
  • Save scottie/e9f913c4f96cb40be3a162cae4e693cb to your computer and use it in GitHub Desktop.
Save scottie/e9f913c4f96cb40be3a162cae4e693cb to your computer and use it in GitHub Desktop.
Nano Wallet trouble shooting, for Windows (onzcoin)
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