-
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
(aws-cdk): (cdk deploy failed with Error: EACCES: permission denied, scandir ) #27610
Comments
Looks like it's a local OS filesystem permission issue. Unfortunately I have no idea about that off the top of my head. Does it always happen when you create a new fresh cdk project and deploy that? |
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. |
@pahud I already resolved this issue in macOS but still have an error in Window |
Same issue here since i installed the latest cdk version - 2.108 also on windows |
I am having the same issue cdk version : 2.102.0 |
@maymayman I'm unsure if this is a CDK tooling issue. Could you try running command prompt in Administrator mode and try again? |
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. |
Experiencing the same issue here RuntimeError: EACCES: permission denied, lstat |
same issue here, have you found a solution ? |
Describe the bug
I am trying to deploy CloudFormation templates using CDK
But receive an Error
EACCES: permission denied, scandir
Expected Behavior
Can deploy successful
Current Behavior
Reproduction Steps
cdk deploy
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.102.0
Framework Version
No response
Node.js Version
v18.18.2
OS
Window 10 Pro x64
Language
TypeScript
Language Version
typescript@4.9.5
Other information
No response
The text was updated successfully, but these errors were encountered: