How to Install bookshelf NPM Packages on Ubuntu / Debian

How to Install bookshelf software package in NPM Packages

bookshelf : A lightweight ORM for PostgreSQL, MySQL, and SQLite3. You can installing bookshelf 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 bookshelf
$ sudo npm install -g bookshelf

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

$ sudo npm update bookshelf

Update package globally,

$ npm install -g bookshelf

Git clone:

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

bookshelf@0.11.1 /usr/lib/node_modules/bookshelf

How to remove bookshelf package :

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

$ sudo npm uninstall bookshelf

Basic Information of bookshelf NPM Package:

Package Name bookshelf
Version 0.11.1
Description A lightweight ORM for PostgreSQL, MySQL, and SQLite3
Released Date 2017-11-15T22:00:18.031Z
Published by mrhwick
How to Learn https://www.npmjs.com/package/bookshelf/tutorial