Jump to content

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.

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.

Link to comment
https://linustechtips.com/topic/1071120-gatsby-js-warning/#findComment-12642274
Share on other sites

Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×