NPM PROBLEM: Node-pre-gyp. Using request for node-pre-gyp https download NPM PROBLEM: Node-pre-gyp. Using request for node-pre-gyp https download express express

NPM PROBLEM: Node-pre-gyp. Using request for node-pre-gyp https download


It's a warning saying that it needs to download prebuilt binaries to install the module.

sqlite3 is a native module, so it either needs to be built from source or installed via binary download. If you have Visual Studio installed, you ca try npm install sqlite3 --build-from-source, which is also a safer option.