How to Install node-persist NPM Packages on Ubuntu / Debian

How to Install node-persist software package in NPM Packages

node-persist : Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage. You can installing node-persist 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 node-persist
$ sudo npm install -g node-persist

If want to update the node-persist package execute the command as below,

$ sudo npm update node-persist

Update package globally,

$ npm install -g node-persist

Git clone:

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

node-persist@2.1.0 /usr/lib/node_modules/node-persist

How to remove node-persist package :

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

$ sudo npm uninstall node-persist

Basic Information of node-persist NPM Package:

Package Name node-persist
Version 2.1.0
Description Super-easy (and fast) persistent data structures in Node.js, modeled after HTML5 localStorage
Released Date 2017-06-28T08:45:24.021Z
Published by akhoury
How to Learn https://www.npmjs.com/package/node-persist/tutorial