Как установить определенную версию Bootstrap с помощью NPM
// installing specific version of bootstrap
$ npm install bootstrap@3.3.7 --save
Adorable Alligator
// installing specific version of bootstrap
$ npm install bootstrap@3.3.7 --save