-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Creating a plugin from the template fails #10076
Comments
Please add a reproduction in order for us to be able to investigate. Depending on the quality of reproduction steps, this issue may be closed if no reproduction is provided. Why was this issue marked with the
|
Thank you for bringing this up. We need to bring this back into create-payoad-app. As of now, the plugin-template repo has a functioning version for 3.0 on the |
Describe the Bug
When following the documentation at https://payloadcms.com/docs/plugins/build-your-own and trying to create a new plugin from the template with the given command
npx create-payload-app@latest -t plugin -n my-new-plugin
the command fails with:The expected output would be a success with a created plugin folder structure.
Any ideas?
Thanks in advance!
Link to the code that reproduces this issue
Reproduction Steps
Execute
npx create-payload-app@latest -t plugin -n multi-tenancy
. See it fail with:Which area(s) are affected? (Select all that apply)
area: docs, plugin: other, area: core
Environment Info
The text was updated successfully, but these errors were encountered: