How to Install oracledb NPM Packages on Ubuntu / Debian

How to Install oracledb software package in NPM Packages

oracledb : Oracle Database driver by Oracle Corp.. You can installing oracledb 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 oracledb
$ sudo npm install -g oracledb

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

$ sudo npm update oracledb

Update package globally,

$ npm install -g oracledb

Git clone:

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

oracledb@1.13.1 /usr/lib/node_modules/oracledb

How to remove oracledb package :

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

$ sudo npm uninstall oracledb

Basic Information of oracledb NPM Package:

Package Name oracledb
Version 1.13.1
Description Oracle Database driver by Oracle Corp.
Released Date 2017-04-12T01:36:57.318Z
Published by cjbj
How to Learn https://www.npmjs.com/package/oracledb/tutorial