Skip to content

Instantly share code, notes, and snippets.

@nickboldt
Created December 2, 2025 14:33
Show Gist options
  • Select an option

  • Save nickboldt/3c8626b86259eaf3c755341bd9db123f to your computer and use it in GitHub Desktop.

Select an option

Save nickboldt/3c8626b86259eaf3c755341bd9db123f to your computer and use it in GitHub Desktop.
roadie plugin tsc errors
cd workspaces/roadie-backstage-plugins
yarn install; yarn tsc:full && yarn build:all

...

Found 122 errors in 42 files.

Errors  Files
     5  node_modules/@aws-sdk/client-ecr/node_modules/@smithy/core/protocols.d.ts:6
     1  node_modules/@google-cloud/storage/build/cjs/src/file.d.ts:7
     1  node_modules/@langchain/openai/dist/chat_models.d.ts:9
     1  node_modules/@nivo/colors/dist/types/inheritedColor.d.ts:2
     1  node_modules/@nivo/colors/dist/types/scales/continuousColorScale.d.ts:1
     2  node_modules/@nivo/colors/dist/types/scales/divergingColorScale.d.ts:26
     2  node_modules/@nivo/colors/dist/types/scales/quantizeColorScale.d.ts:22
     2  node_modules/@nivo/colors/dist/types/scales/sequentialColorScale.d.ts:24
     1  node_modules/@nivo/colors/dist/types/schemes/cyclical.d.ts:1
     1  node_modules/@nivo/colors/dist/types/schemes/diverging.d.ts:1
    38  node_modules/@nivo/colors/dist/types/schemes/interpolators.d.ts:5
     1  node_modules/@nivo/colors/dist/types/schemes/sequential.d.ts:1
     1  node_modules/@nivo/legends/dist/types/types.d.ts:2
     2  node_modules/@nivo/scales/dist/types/bandScale.d.ts:1
     3  node_modules/@nivo/scales/dist/types/compute.d.ts:35
     1  node_modules/@nivo/scales/dist/types/linearScale.d.ts:1
     1  node_modules/@nivo/scales/dist/types/pointScale.d.ts:1
     1  node_modules/@nivo/scales/dist/types/timeScale.d.ts:1
     3  node_modules/@nivo/scales/dist/types/types.d.ts:1
     6  node_modules/@react-spring/core/dist/declarations/src/hooks/useSpring.d.ts:8
     4  node_modules/@react-spring/core/dist/declarations/src/hooks/useSprings.d.ts:15
     4  node_modules/@react-spring/core/dist/declarations/src/hooks/useTrail.d.ts:7
     3  node_modules/@react-spring/core/dist/declarations/src/hooks/useTransition.d.ts:5
     1  node_modules/@react-spring/core/dist/declarations/src/types/props.d.ts:91
     2  node_modules/@types/glob/index.d.ts:29
     1  node_modules/@types/node/globals.d.ts:126
     1  node_modules/cross-fetch/index.d.ts:3
     1  node_modules/react-use/lib/useEnsuredForwardedRef.d.ts:1
     2  node_modules/react-use/lib/usePermission.d.ts:6
     1  plugins/backend/backstage-plugin-argo-cd-backend/node_modules/cross-fetch/index.d.ts:3
     1  plugins/backend/catalog-backend-module-aws/src/providers/AWSEntityProvider.ts:171
     1  plugins/frontend/backstage-plugin-argo-cd/src/alpha/apis.tsx:14
     1  plugins/frontend/backstage-plugin-argo-cd/src/alpha/entityCards.test.tsx:23
     2  plugins/frontend/backstage-plugin-argo-cd/src/alpha/entityCards.tsx:6
     5  plugins/frontend/backstage-plugin-argo-cd/src/alpha/pages.tsx:11
     5  plugins/frontend/backstage-plugin-argo-cd/src/alpha/plugin.tsx:21
     1  plugins/frontend/backstage-plugin-aws/src/components/EKSClusterCard/EKSClusterCard.test.tsx:40
     1  plugins/frontend/backstage-plugin-aws/src/components/IAMRoleCard/IAMRoleCard.test.tsx:40
     1  plugins/frontend/backstage-plugin-aws/src/components/LambdaFunctionCard/LambdaFunctionCard.test.tsx:40
     1  plugins/frontend/backstage-plugin-aws/src/components/S3BucketCard/S3BucketCard.test.tsx:40
     2  plugins/frontend/backstage-plugin-buildkite/src/components/BuildKiteBuildView/BuildKiteBuildView.test.tsx:116
     7  plugins/frontend/backstage-plugin-buildkite/src/components/BuildKiteBuildsTable/BuildKiteBuildsTable.test.tsx:78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment