-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Popper js is required #9980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popper js is required #9980
Conversation
If you don't add popper js you will probably have the following message while compiling with yarn This dependency was not found: * popper.js in ./node_modules/bootstrap/dist/js/bootstrap.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change yarn add popper --dev
to yarn add popper.js --dev
and popper to Popper.js in the description above the code block.
Changed popper to Popper.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In #9918 I told @Eoras
that we should probably remove Popper.js when installing Bootstrap (#9918 (comment)). It's clear now that I was wrong. I'm sorry and I thank you for fixing it. Thanks!
Nothing to add |
Didn't want to close sorry, not used to github yet |
@Etilawin thanks for fixing this! We merged it in 3.4 (the oldest maintained branch where this fix makes sense) and we'll merge in the upper branches automatically later. Congrats on your first Symfony Docs contribution! |
This PR was submitted for the 4.1 branch but it was squashed and merged into the 3.4 branch instead (closes #9980). Discussion ---------- Popper js is required If you don't add popper js you will probably have the following message while compiling with yarn This dependency was not found: * popper.js in ./node_modules/bootstrap/dist/js/bootstrap.js <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- a09797a Popper js is required
If you don't add popper js you will probably have the following message while compiling with yarn
This dependency was not found: