Hello and good evening,
quick question here:
I get two npm warnings when installing surveyjs (and i dont need bootstrap since i am using vuetify):
Codewarning " > surveyjs-editor@1.0.56" has unmet peer dependency "bootstrap@^3.3.6"
warning " > surveyjs-editor@1.0.56" has unmet peer dependency "ace-builds@^1.2.2
How can i fix them warnings?
Thank you and best regards
Sam
Hello Sam,
The peer dependencies are not necessary to install (https://docs.npmjs.com/files/package.json#peerdependencies))
You can install them manually via the
npm i <module_name>
commandYou needn't bootstrap if you will not use the
bootstrap
theme.Ace editor I'd install - it gives error highlighting and autocomplete in JSON text editor.
Thanks, Serge
SurveyJS Team