OS: Windows 11
Node: v18.12.1
npm install sqlanwhere results in:

This is after I've already (https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules):
- Installed node-gyp both globally and locally: npm install -g node-gyp and npm install node-gyp
- Installed Visual Studio 2017 Community (using the "Desktop development with C++" workload)
- Installed Python 2.7 and ran npm config set python python2.7
- Ran npm config set msvs_version 2017
Any assistance here would be greatly appreciated
Reactions are currently unavailable
OS: Windows 11
Node: v18.12.1
npm install sqlanwhere results in:
This is after I've already (https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md#compiling-native-addon-modules):
Any assistance here would be greatly appreciated