Replies: 1 comment
-
The fact that You have old build artifacts lying around that are interfering with your build. Do a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the problem?
While working on some features on the
pipelines
module locally, the build failed when it tried to buildaws-cdk
.This seems to be a regression from this PR #19324 from @rix0rrr.
After adding the
CredentialProviderSource
to theexport
members of thecredentials.ts
file, the build has succeeded.I can provide a PR fix for this.
Reproduction Steps
Try to build the
pipelines
package.What did you expect to happen?
The build for the
pipelines
module to succeed.What actually happened?
Error from build:
CDK CLI Version
2.17.0
Framework Version
No response
Node.js Version
16.6.2
OS
macOS Monterey
Language
Typescript
Language Version
No response
Other information
No response
Beta Was this translation helpful? Give feedback.
All reactions