Replies: 4 comments 1 reply
-
We require node 14.15 or higher, not sure why you're specifying node 12? https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#setup |
Beta Was this translation helpful? Give feedback.
-
@peterwoodworth Sorry. I wrote the description incorrectly. I specified |
Beta Was this translation helpful? Give feedback.
-
I'm on macOS 13.2.1, and I was unable to reproduce your exact steps, so I'm unsure what might be going wrong for you. I'm going to convert this to a discussion so that you can continue to receive support on this |
Beta Was this translation helpful? Give feedback.
-
Hi all, I'm having the same issue running @ttaka66 did you find a solution? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I saw the CONTRIBUTING.md, so I tried to build aws-cdk-lib. But It could not succeed.
I forked GitHub repo and executed following steps that is same as docs except using nvm on May 31.
When I execute
npx lerna run build
command, TheError: spawn EBADF
occurred. How I can build successfully?Expected Behavior
I can build successfully.
Current Behavior
The following error occurred.
Reproduction Steps
First, fork aws-cdk repo.
Next, Execute the following commands.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
packge.json says 0.0.0
Framework Version
No response
Node.js Version
v18.16.0
OS
macOS 13.4
Language
Typescript
Language Version
TypeScript (5.0.4)
Other information
I am using nvm to control node versions by project. nvm version is 0.39.3.
Beta Was this translation helpful? Give feedback.
All reactions