waterline : An ORM for Node.js and the Sails framework. You can installing waterline 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 waterline $ sudo npm install -g waterline
If want to update the waterline package execute the command as below,
$ sudo npm update waterline
Update package globally,
$ npm install -g waterline
$ sudo git clone https://github.com/rektide/waterline.git
$ sudo npm install -g ./waterline
waterline@0.13.1-9 /usr/lib/node_modules/waterline
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall waterline
| Package Name | waterline |
| Version | 0.13.1-9 |
| Description | An ORM for Node.js and the Sails framework |
| Released Date | 2017-11-21T21:56:14.137Z |
| Published by | mikermcneil |
| How to Learn | https://www.npmjs.com/package/waterline/tutorial |