We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
If you are running cdk deploy on node v15.6.0 you could face an issue deploying your lambda assets.
I solved the issue running the project on node v14.15.3 and following this instructions: aws/aws-cdk#12536
Regards
The text was updated successfully, but these errors were encountered:
It used brew to downgrade it version 14 to work: brew search node brew unlink node brew install node@14 brew link node@14 --overwrite
Sorry, something went wrong.
No branches or pull requests
Hi all,
If you are running cdk deploy on node v15.6.0 you could face an issue deploying your lambda assets.
I solved the issue running the project on node v14.15.3 and following this instructions: aws/aws-cdk#12536
Regards
The text was updated successfully, but these errors were encountered: