Files
backstage/packages/create-app
Johan Persson ed1321ea8f fix(create-app): pin memfs to 4.51.1 to fix e2e test failures
memfs@4.56.2 (published 2026-01-19) has broken dependencies:
@jsonjoy.com/fs-snapshot requires @jsonjoy.com/util@^17.x but
imports paths that only exist in version 1.x.

This causes e2e tests to fail when creating new apps, as yarn
resolves memfs@^4.51.1 to the broken latest version.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
2026-01-20 12:30:55 +01:00
..
2026-01-13 12:10:45 +00:00
2026-01-13 12:10:45 +00:00
2025-07-25 10:01:13 +02:00

@backstage/create-app

This package provides a CLI for creating a copy of the Backstage app.

You can use the flag --skip-install to skip the install.

Usage

With npx:

npx @backstage/create-app

With a local clone of this repo, from the main create-app/ folder, run:

yarn install
yarn backstage-create-app

Documentation