Question T1336
Visible to All Users

npm warnings - unmet peer dependency

created 7 years ago

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):

Code
warning " > 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

Comments (1)

    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> command
    You 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