cdk: await
unfriendly, "Subprocess exited with error 13"
#25871
Labels
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/medium
Medium work item – several days of effort
p2
package/tools
Related to AWS CDK Tools or CLI
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
Having a
cdk
program doawait
, even beforenew cdk.App();
, always seems to end up with:Expected Behavior
cdk
executesawait
lines as normal.Current Behavior
Reproduction Steps
error13.zip, where line 12-19 of
bin/error13.ts
are salient.Steps:
cd
to upzipped locationnpm install
cdk synth --all
orcdk deploy --all
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.69.0
Framework Version
No response
Node.js Version
16.8.0
OS
macOS 12.5
Language
Typescript
Language Version
4.6.3
Other information
No response
The text was updated successfully, but these errors were encountered: