Comment installer une version spécifique de Bootstrap à l'aide de NPM
// installing specific version of bootstrap
$ npm install [email protected] --save
Adorable Alligator
// installing specific version of bootstrap
$ npm install [email protected] --save