Jak zainstalować określoną wersję Bootstrap za pomocą NPM
// installing specific version of bootstrap
$ npm install [email protected] --save
Adorable Alligator
// installing specific version of bootstrap
$ npm install [email protected] --save