loopback : LoopBack: Open Source Framework for Node.js. You can installing loopback 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 loopback $ sudo npm install -g loopback
If want to update the loopback package execute the command as below,
$ sudo npm update loopback
Update package globally,
$ npm install -g loopback
$ sudo git clone https://github.com/rektide/loopback.git
$ sudo npm install -g ./loopback
loopback@3.16.2 /usr/lib/node_modules/loopback
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall loopback
Package Name | loopback |
Version | 3.16.2 |
Description | LoopBack: Open Source Framework for Node.js |
Released Date | 2017-10-30T08:03:25.301Z |
Published by | bajtos |
How to Learn | https://www.npmjs.com/package/loopback/tutorial |