π΅βπ« ENOENT error but file exists #27452
Unanswered
GabrieleLabanca
asked this question in
Q&A
Replies: 1 comment
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can successfully build a cdk stack. When deploying, I get the following output (I changed the name of the stack to
my-project
):It looks like something is missing in the generated files. However, the file exists when I check for it!
I tried the following: reinstalling
aws-cdk
, manually installingadler32
to that directory, deleting the stack and redeploying. None worked.Maybe useful infos:
xml2js
;ls
finds the file, and the permissions arelrwxrwxrwx
so it's a link; I getcat: adler32: No such file or directory
if I try tocat
it.Can anyone help me solving this?
Beta Was this translation helpful? Give feedback.
All reactions