Gatsby JS warning.
Go to solution
Solved by HarryNyquist,
A peer dependency means that the package does not explicitly require the dependency, but features may be missing. In the case of bootstrap there, jquery is what makes the dropdown menus and such work properly, but the CSS styling will work without jquery, so it's a peer dependency instead of a hard dependency.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now