Issue with npx @backstage/create-app
See original GitHub issueExpected Behavior
A backstage app should be generated.
Current Behavior
A vite app is generated.
Possible Solution
Steps to Reproduce
When I run the following:
npx @backstage/create-app
Here is what I see:

Based on the documentation from the Backstage site, this should create a Backstage application correct?
Context
I recall several months ago there was a create-app*
script that got a skeleton project up quickly.
Your Environment
- NodeJS Version (v12): v14.15.1
- Operating System and Version (e.g. Ubuntu 14.04): macOS 11.2.2 (M1)
- Browser Information:
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
@backstage/create-app - npm
This package provides a CLI for creating a copy of the Backstage app. You can use the flag --skip-install to skip the install....
Read more >npx @backstage/create-app fails on yarn tsc #10701 - GitHub
Running npx @backstage/create-app should create a new app after exiting withou any issues. Actual Behavior. When arriving at yarn tsc in the " ......
Read more >Create an App · Backstage Software Catalog and Developer ...
Backstage provides a utility for creating new apps. It guides you through the initial setup of selecting the name of the app and...
Read more >@backstage/plugin-catalog - npm package | Snyk
The npm package @backstage/plugin-catalog was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed as ......
Read more >Getting started with Spotify Backstage - Cortex
Backstage solves common engineering problems by creating a streamlined, ... It's recommended that you self-start with the standalone app — this is the ......
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
That is definitely not the output of
npx @backstage/create-app
. 😁 Hate to ask, and it’s cutoff in your screen shot, but can you double check exactly what command you ran that triggered that list of sample React-type templates?I’m seeing this as well. Was very confused!