From c0b82b0d1829c7e784a1f6d83556e941c9b7b406 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 8 Jun 2021 17:02:47 +0200 Subject: [PATCH] chore: updating changeset description a little bit for a working example Signed-off-by: blam --- .changeset/eight-doors-melt.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.changeset/eight-doors-melt.md b/.changeset/eight-doors-melt.md index 2a032d28c6..7a44216746 100644 --- a/.changeset/eight-doors-melt.md +++ b/.changeset/eight-doors-melt.md @@ -30,12 +30,14 @@ Error: Cannot find module '/path/to/project/node_modules/@gitbeaker/node/dist/in } ``` -you could also consider pinning the version to an older one in your `package.json`, before the breakage occurred. +you could also consider pinning the version to an older one in your `package.json` either root or `packages/backend/package.json`, before the breakage occurred. ```json "resolutions": { - "@gitbeaker/node": "29.2.4", - "@gitbeaker/core": "29.2.4", - "@gitbeaker/requester-utils": "29.2.4" + "**/@gitbeaker/node": "29.2.4", + "**/@gitbeaker/core": "29.2.4", + "**/@gitbeaker/requester-utils": "29.2.4" } ``` + +Be aware that this is only required short term until we can release our updated versions of `@backstage/plugin-scaffolder-backend`.