0

I have a package.json and I need to have two version boostrap in same project.

How can to do it ?


  "devDependencies": {
    "bootstrap": "^3.3.7",
  }

I have the version bootstrap 3, and I need to have the version 4 also.

Chrysweel
  • 363
  • 4
  • 8
  • Possible duplicate of [Two versions of same npm package in Node application](https://stackoverflow.com/questions/43770328/two-versions-of-same-npm-package-in-node-application) – mahan Nov 27 '18 at 06:44
  • Yes I saw that question, but how can I include two version of bootstrap ? What url I must to include – Chrysweel Nov 27 '18 at 09:01
  • Possible duplicate of [how to install multiple versions of package using npm](https://stackoverflow.com/questions/26414587/how-to-install-multiple-versions-of-package-using-npm) – Rens Baardman Sep 28 '19 at 11:43

0 Answers0