Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

ERROR #11331 PLUGIN Invalid plugin options for "gatsby-plugin-manifest" #15

Closed
jacktho opened this issue Jan 30, 2021 · 4 comments
Closed
Assignees

Comments

@jacktho
Copy link

jacktho commented Jan 30, 2021

Hello, I am unable to build the frontend. I get the following error:


ERROR #11331  PLUGIN

Invalid plugin options for "gatsby-plugin-manifest":

- "value" must contain at least one of [icon, icons]
@jacktho
Copy link
Author

jacktho commented Feb 1, 2021

I'm able to avoid the error by downgrading “gatsby-plugin-manifest” to 2.4.37.

gatsbyjs/gatsby#27839

@LukaEHB
Copy link

LukaEHB commented Mar 11, 2021

npm install [email protected]

@markkaylor
Copy link
Contributor

markkaylor commented Mar 12, 2021

Although it's not clearly documented: https://www.gatsbyjs.com/plugins/gatsby-plugin-manifest/ I believe icon is a required option. At least that is what is stated here:

gatsbyjs/gatsby#28312

For https://github.com/strapi/strapi-starter-gatsby-catalog/blob/main/frontend/gatsby-config.js I had a similar issue and left the icon/favicon even though I'm not using it.

However I just did a fresh install of this starter with gatsby-plugin-manifest v2.4.5 and had no issues.

@jacktho If you found a workaround for your issue are we good to close?

@markkaylor markkaylor self-assigned this Mar 12, 2021
@markkaylor
Copy link
Contributor

#18 and #11

Should resolve this issue. Closing.

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

No branches or pull requests

3 participants