yarn create-plugin --backend no longer works
See original GitHub issueExpected Behavior
Docs for creating a backend plugin should be up-to-date.
Current Behavior
yarn create-plugin --backend
is no longer valid after https://github.com/backstage/backstage/pull/8039
Possible Solution
Update docs https://backstage.io/docs/plugins/backend-plugin with the latest way to create a backend plugin i.e. yarn backstage-cli create
and choose backend-plugin.
@rugvip Any other thoughts on this? 😁
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Build System · Backstage Software Catalog and Developer ...
The Backstage build system is a collection of build and development tools that help you lint, test, develop and finally release your Backstage...
Read more >Backstage Plugins by Example: Part 3 - John Tucker - Medium
Please note: One interesting thing here is that we can no longer run our backend Plugin by simply running yarn start . This...
Read more >Plugins | Yarn - Package Manager
Plugins. Edit this page on GitHub. Ever since Yarn was created, ... commands that make working with workspaces a more pleasing experience (for...
Read more >Build a data source backend plugin | Grafana Labs
Create a backend for your data source plugin. ... Refer to the Grafana configuration documentation for more information. ... yarn install yarn build....
Read more >Error: yarn start - error Command "start" not found
(This will automatically install the latest create-react-app version). -Then run the command yarn start and it will work.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Of course you can! 😃 If I understand @Rugvip the file that need updating before addressing documentation is https://github.com/backstage/backstage/blob/master/packages/create-app/templates/default-app/package.json.hbs#L23
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.