You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into this npm warning when running a command:
npm WARN gatsby-source-itchio@0.1.1 requires a peer of gatsby@ but none is installed. You must install peer dependencies yourself.
I think this could be solved by adding a version to the Gatsby peer dependency of the plugin. Glanced at the package.json and the version is blank. I'm using gatsby@^2.20.3 and it's working great.
The text was updated successfully, but these errors were encountered:
Running into this npm warning when running a command:
I think this could be solved by adding a version to the Gatsby peer dependency of the plugin. Glanced at the
package.json
and the version is blank. I'm usinggatsby@^2.20.3
and it's working great.The text was updated successfully, but these errors were encountered: