Replies: 1 comment 6 replies
-
Hi! The section you're referring to is under the heading "Developing a local plugin that is outside your project". So the following steps assume that you want to develop the plugin outside of your project itself. The starter you are copying there is only a plugin, not a Gatsby site. It doesn't contain any pages nor a "start"/"build" script. The site that requires the local plugin (https://www.gatsbyjs.com/docs/creating-a-local-plugin/#using-requireresolve-and-a-filepath) is the site that you should run with "gatsby develop". |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I am following the steps to create a stand alone plugin in https://www.gatsbyjs.com/docs/creating-a-local-plugin/#developing-a-local-plugin-that-is-outside-your-project and it is resulting in a file structure that is not recognized as a gatsby site.
Steps to reproduce
Expected result
What should happen?
Actual result
What happened.
Environment
Run
gatsby info --clipboard
in your project directory and paste the output here.Beta Was this translation helpful? Give feedback.
All reactions