surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
896 stars 370 forks source link

Upgrade bootstrap v5 dependency #3408

Open aboelkassem opened 2 years ago

aboelkassem commented 2 years ago

Are you requesting a feature, reporting a bug or ask a question?

What is the current behavior?

when installing using npm, it requires to have bootstrap version 3.3.6 dependency installed

$ npm ERR! Could not resolve dependency:
$ npm ERR! peer bootstrap@"^3.3.6" from survey-creator@1.9.48
$ npm ERR! node_modules/survey-creator
$ npm ERR!   survey-creator@"^1.9.4" from the root project

What is the expected behavior?

install normally with bootstrap v5, not 3.3.6

PavlosIsaris commented 1 year ago

Its a similar issue to this.