Skip to content

Instantly share code, notes, and snippets.

View scottie's full-sized avatar
🎯
Focusing

scott lindh scottie

🎯
Focusing
View GitHub Profile
@scottie
scottie / gist:e9f913c4f96cb40be3a162cae4e693cb
Created February 5, 2018 06:43
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.