peer bootstrap@"^3.3" from [email protected] #2367
-
In my package.json I have "bootstrap": "^4.6.0" I have to remove "eonasdan-bootstrap-datetimepicker": "^4.17.49", from the package.json. After the build. I then run npm i eonasdan-bootstrap-datetimepicker --force. Everything works fine. If I include "eonasdan-bootstrap-datetimepicker": "^4.17.49" in the package.json during the initial build. It will produce an error. peer bootstrap@"^3.3" from [email protected] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi the picker version 4.17 only supports bootstrap 3. I have a BS 4 version you can check the docs for: https://getdatepicker.com/5-4/ and the repo here: https://github.com/tempusdominus/bootstrap-4. There's a new v6 I'm working on that will not be dependent on bootstrap at all |
Beta Was this translation helpful? Give feedback.
Hi the picker version 4.17 only supports bootstrap 3. I have a BS 4 version you can check the docs for: https://getdatepicker.com/5-4/ and the repo here: https://github.com/tempusdominus/bootstrap-4. There's a new v6 I'm working on that will not be dependent on bootstrap at all