You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I have an issue while setting up Volta and aws cdk.
I would like to use cdk cli in the later steps (cdk synth, cdk deploy) but no executable is installed. However, this works flawlessly in local.
Git action
Local
The text was updated successfully, but these errors were encountered:
I think you'll need to share more about how you are using the action for us to truly understand enough to help you.
From the limited information above, I think that you have ran volta install aws-cdk (or whatever package name) locally. That is what enables the cdk commands (without something like npx cdk or yarn cdk to work).
In general, using either npx or yarn here (or directly executing within ./node_modules/.bin/cdk) is the right path forward.
Hi!
I have an issue while setting up Volta and aws cdk.
I would like to use cdk cli in the later steps (cdk synth, cdk deploy) but no executable is installed. However, this works flawlessly in local.
Git action
Local
The text was updated successfully, but these errors were encountered: