bodastage/bts-ce-lite

Error while building native node modules(sqlite3, pg, and uws).

erssebaggala opened this issue · 2 comments

OS: Windows 10
Node version: v10.15.3
yarn version: 1.15.2
npm version: 6.4.1

Issue is related to windows-build-tools installation. Below is an extract from the error logs.

...
error MSB8020: The build tools for v140 (Platform Toolset = 'v140') cannot be foun
...

Solutions is to enableVC++ 2015 toolset for desktop using the Visual Studio Installer as shown in the screenshot below.

visual_studio_installer_step1