You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, install latestx64 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 every git pull, however they're recommended after a major version bump. In case of any dependency or require error, try re-running them.
If you use windows subsystem for linux (WSL), use export npm_config_platform=win32 && npm install instead of npm install for correct electron installation.