How to Install sqlite3 NPM Packages on Ubuntu / Debian

How to Install sqlite3 software package in NPM Packages

sqlite3 : Asynchronous, non-blocking SQLite3 bindings. You can installing sqlite3 npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.

$ sudo npm install sqlite3
$ sudo npm install -g sqlite3

If want to update the sqlite3 package execute the command as below,

$ sudo npm update sqlite3

Update package globally,

$ npm install -g sqlite3

Git clone:

$ sudo  git clone https://github.com/rektide/sqlite3.git
$ sudo  npm install -g ./sqlite3

sqlite3@3.1.13 /usr/lib/node_modules/sqlite3

How to remove sqlite3 package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall sqlite3

Basic Information of sqlite3 NPM Package:

Package Name sqlite3
Version 3.1.13
Description Asynchronous, non-blocking SQLite3 bindings
Released Date 2017-09-28T19:37:33.180Z
Published by springmeyer
How to Learn https://www.npmjs.com/package/sqlite3/tutorial