-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDK CodePipleine: Unable to find .dot
file in cdk.out
directory running cdk deploy
#28320
Comments
cdk ls
cdk ls
.dot
file in cdk.out
directory running cdk ls
.dot
file in cdk.out
directory running cdk ls
.dot
file in cdk.out
directory running cdk deploy
Looks like you are using node v21 but it's not fully tested in CDK. Have you tried node v20 and let us know if it works for you? |
probably related to #28242 |
This seems to bypass the issue thank you! I mustve missed the node version requirement |
|
Describe the bug
I cannot run some cdk commands. When running
cdk ls
or 'cdk deploy' I get the following response:I am trying to follow the basic instructions at https://docs.aws.amazon.com/cdk/v2/guide/cdk_pipeline.html to institute a cdk pipeline. I have the exact code listed in the tutorial. I get the same issue when using
cdk deploy
.Expected Behavior
CDK to list stacks
Current Behavior
Run:
Reproduction Steps
run
cdk ls
orcdk deploy
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.113.0 (build ccd534a)
Framework Version
No response
Node.js Version
v21.3.0
OS
Ubuntu 22.04.3 LTS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: