Skip to content

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

Closed
wants to merge 2 commits into from
Closed

Popper js is required #9980

wants to merge 2 commits into from

Conversation

Kim-Vallee
Copy link

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 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
Copy link
Contributor

@royklutman royklutman left a 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
Copy link
Member

@javiereguiluz javiereguiluz left a 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!

@Kim-Vallee
Copy link
Author

Nothing to add

@Kim-Vallee Kim-Vallee closed this Jul 2, 2018
@Kim-Vallee
Copy link
Author

Didn't want to close sorry, not used to github yet

@Kim-Vallee Kim-Vallee reopened this Jul 2, 2018
@javiereguiluz
Copy link
Member

@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!

javiereguiluz added a commit that referenced this pull request Jul 2, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants