-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(cdk synth): incorrect and confused message about spawnSync docker ENOENT #22997
Copy link
Copy link
Open
Labels
cliIssues related to the CDK CLIIssues related to the CDK CLIdocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdos/windowsRelated specifically to Windows behaviorRelated specifically to Windows behaviorp2package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI
Metadata
Metadata
Assignees
Labels
cliIssues related to the CDK CLIIssues related to the CDK CLIdocumentationThis is a problem with documentation.This is a problem with documentation.effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.good first issueRelated to contributions. See CONTRIBUTING.mdRelated to contributions. See CONTRIBUTING.mdos/windowsRelated specifically to Windows behaviorRelated specifically to Windows behaviorp2package/toolsRelated to AWS CDK Tools or CLIRelated to AWS CDK Tools or CLI
Describe the issue
About incorrect and confused error meesage in aws-cdk
I think, spawnSync docker ENOENT is very confused message to some developer.
When I use
aws synth,aws destoryandaws deploy, I encounter that error.IT feels HEY! Your docker or docker image have some error! to developer, using AWS CDK LIB(node.js).
And when search about this error, I can't find any solution to me, except DOCKER in aws/aws-cdk repo.
But, actually this error is occured by esbuild is not installed in local computer.
After install esbuild in project, I should fix this error.
So, I think aws-cdk changes this error message for all node.js developer, please.
Links
MY clone project and issue.