Skip to content
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

plugin options error for gatsby-plugin.manifest #18

Open
ibrent opened this issue Feb 22, 2021 · 1 comment
Open

plugin options error for gatsby-plugin.manifest #18

ibrent opened this issue Feb 22, 2021 · 1 comment

Comments

@ibrent
Copy link

ibrent commented Feb 22, 2021

I did a clean npm and gatsby update, then tried your starter, but got this error when trying to start the develop server:

brent@MBP-b13 gatsby-react-bootstrap-starter % gatsby develop
success open and validate gatsby-configs - 0.081s
error Invalid plugin options for "gatsby-plugin-manifest":

  • "value" must contain at least one of [icon, icons]
    error Invalid plugin options for "gatsby-plugin-manifest":

  • "value" must contain at least one of [icon, icons]
    not finished load plugins - 0.460s

In order to make it start, I had to add this ICON link to these options:

gatsby-plugin-sharp,
{
resolve: gatsby-plugin-manifest,
options: {
icon: "src/favicon.png",
name: gatsby-starter-react-bootstrap,
short_name: react-bootstrap,
start_url: /,
background_color: #20232a,
theme_color: #20232a,
display: minimal-ui,
},
},

@ibrent
Copy link
Author

ibrent commented Feb 22, 2021

Seems related to this issue?
gatsbyjs/gatsby#28963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant