-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Developer Guide: Unable to build aws-cdk-lib locally on Windows 10 x64 #26740
Comments
In an attempt to mitigate the problem, I tried making use of Dev-containers that's mentioned in the developer guide, here, just to remove any dependencies on my local machine that might be causing issues. However opening the repo in dev-container throws an error during the container build too:
This is when I'm already running VSCode with admin privileges. |
If you use Windows for development environment, we recommend using Gidpod or Amazon CodeCatalyst DevEnv as mentioned in the contributing guide:
|
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Hi @pahud Given the shortcomings of Windows and lack of local-development options available as highlighted above, I decided to continue doing this on my M1 Macbook Pro. Now, when I run the command
Can you help me understand what's wrong? |
Also this issue is closed, could we re-open? |
I'm facing the same issue |
Describe the issue
I'm following the developer guide, and am trying to build aws-cdk-lib locally.
When I run the command
npx lerna run build --scope=aws-cdk-lib
to do that, I receive the following error:I'm trying to do this on Windows 10 x64. This is the very first step in the guide so I'm not quite sure what I could have done wrong leading upto this.
Links
https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#setup
The text was updated successfully, but these errors were encountered: