bootstrap : The most popular front-end framework for developing responsive, mobile first projects on the web.. You can installing bootstrap 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 bootstrap $ sudo npm install -g bootstrap
If want to update the bootstrap package execute the command as below,
$ sudo npm update bootstrap
Update package globally,
$ npm install -g bootstrap
$ sudo git clone https://github.com/rektide/bootstrap.git
$ sudo npm install -g ./bootstrap
bootstrap@3.3.7 /usr/lib/node_modules/bootstrap
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall bootstrap
Package Name | bootstrap |
Version | 3.3.7 |
Description | The most popular front-end framework for developing responsive, mobile first projects on the web. |
Released Date | 2016-07-25T16:09:42.771Z |
Published by | twbs |
How to Learn | https://www.npmjs.com/package/bootstrap/tutorial |