This is my error. I constantly keep getting this error while trying to npm install quick.db
I am using Visual Studio Code, Node version 17.0.0, discord.js version 13.3.1, please help me, any help would be appreciated.
See the installation section of quick.db
Make sure you're using nodejs v10.20.1 or later
Make sure you have node-gyp
globally installed, including all of its dependencies. On Windows you may need to configure some things manually. Use npm ls node-gyp
to make sure none of your local packages installed an outdated version of node-gyp
that is used over the global one.
If you're using Electron, try running electron-rebuild
If you're using Windows, follow these steps. Do them in this order, and don't skip steps.
npm config set msvs_version 2019
npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe"
npm install quick.db