I'm trying to use netbeast in my node-red server, and I am unable to install 'npm i' which is required for IoT. How can I install that in correct way?
I have tried some step by step process using "https://opensource.com/life/16/5/netbeast", but I'm getting some unidentified errors
node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.13/node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
I'm getting these type of errors and even I have tried with install 'sqllite3' modules individually but I'm getting the same errors. I have went through with
'https://github.com/mapbox/node-sqlite3/issues/758',
'Error installing sqlite3 in node.js'
even I have tried with so many else but still same problem