RoadieHQ / roadie-backstage-plugins

All Backstage plugins created by Roadie.

Home Page:https://roadie.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Backend is missing from the package exports

70mm1 opened this issue · comments

Expected Behavior

When executing yarn add @roadiehq/scaffolder-backend-module-utils/new-backend, the install should work without errors.

Current Behavior

error Couldn't find package "@roadiehq/scaffolder-backend-module-utils/new-backend" on the "npm" registry.

Steps to Reproduce

Possible Solution

Edit the exports in package.json to:

 "exports": {
    ".": "./src/index.ts",
    "./new-backend": "./src/new-backend.ts",
    "./package.json": "./package.json"
  },

Context

  • trying to use the new Backend system of Backstage with the last release 1.15.0

I also faced this issue

Resolved on latest release