-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Bug]: #151
Comments
As a workaround I just copied the costructs folder into my app and then everything worked. |
Can you add the contents of |
Here is the repo: https://github.com/denniske/storycdk |
We only support ESM. Could you do the following:
I would also recommend using |
I applied 1. and 2. but I don't have a file called app.json |
yarn add ts-node-esm gives me the following error:
|
I meant to say cdk.json. ts-node-esm comes with ts-node |
That seems to work although there is another error. I am not actively working on the project anymore, so I have deleted the ssm environment already.
|
💻
Input code
This is a repo that I created following the astro aws tutorial:
https://www.astro-aws.org/guides/01-getting-started/
Current and expected behavior
When running
cdk deploy
I get an error message:Environment
node v18.20.4
yarn 1.22.22
cdk 2.168.0 (build f4a02ab)
Possible solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: