0.24.8 • Published 4 years ago

linked-helper v0.24.8

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

launcher

Launcher application for LH2

Aws cli should be installed and configured for publishing.

SQLite setup

On windows. 1. Install dependencies: npm install 2. Run cmd as an administrator and install windows-build-tools by running the following command: npm install -g windows-build-tools. This can take about 10-15 minutes to install, so be patient! If there would be errors after the next command telling about missing build tools v140 (MSBuilt.exe failure), also install vs2015 windows-build-tools by running npm install --vs2015 -g windows-build-tools in admin cmd. 3. Run npm run rebuild in the project's folder. This will rebuild electron and add new sqlite module into node_modules\sqlite3\lib\binding\electron-v4.0-win32-x64\node_sqlite3.node. 4. Install python if required and add folder to PATH 5. Add to PATH C:\Program Files\Git\usr\bin and C:\Program Files\Git\mingw64\libexec\git-core

Tip. Nice tool to browse SQLite DB: https://sqlitebrowser.org/. But note, when DB file is opened in SQLite browser it is locked and can't be deleted.

Publish

Don't forget to add NUCLEUS_TOKEN to env before npm run publish