-
-
Notifications
You must be signed in to change notification settings - Fork 344
StartingRunFromThisRepo
かがみ edited this page Dec 12, 2018
·
1 revision
First, install latest x64 version (>= 7.6.x) of Node.js and npm >= 5.0.x.
git clone https://github.com/poooi/poi && cd poi
npm install
npm start
Tips:
-
do not use yarn or npm < 5 because the lock file is npm 5+ specific
-
running
npm install
is not necessary with everygit pull
, however they're recommended after a major version bump. In case of any dependency orrequire
error, try re-running them. -
If you use windows subsystem for linux (WSL), use
export npm_config_platform=win32 && npm install
instead ofnpm install
for correct electron installation. -
If you have trouble downloading electron executables from github/amazonaws, you may set ELECTRON_MIRROR environment variable.