Open RichProsper opened 1 year ago
I ran into similar issues. The problem is that driver currently supports node up to version 12.x, and according to the provided picture you are running node version 18.x.
There is work being done to update the driver to newer versions of node (mainly 14 and 16). We will have to wait a little longer.
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):
npm install -g node-gyp
andnpm install node-gyp
npm config set python python2.7
npm config set msvs_version 2017
Any assistance here would be greatly appreciated