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
After upgrading from 1.59 to 1.60 the Terraform CDK runs end with a failure like below.
Expected Behavior
no failure
Current Behavior
/tmp/jsii-java-runtime946634785065350894/bin/jsii-runtime.js:3666
this.untested = opts.untested ?? false;
^
SyntaxError: Unexpected token '?'
at wrapSafe (internal/modules/cjs/loader.js:915:16)
at Module._compile (internal/modules/cjs/loader.js:963:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
at internal/main/run_main_module.js:17:47
Reproduction Steps
Sorry, no concise self-contained snippet available. It's buried a few layers in our stack.
In short: Run Terraform CDK.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.12.234
Environment details (OS name and version, etc.)
Linux, Docker container based on buildpack-deps:stretch-scm
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
After upgrading from 1.59 to 1.60 the Terraform CDK runs end with a failure like below.
Expected Behavior
no failure
Current Behavior
Reproduction Steps
Sorry, no concise self-contained snippet available. It's buried a few layers in our stack.
In short: Run Terraform CDK.
Possible Solution
No response
Additional Information/Context
No response
SDK version used
1.12.234
Environment details (OS name and version, etc.)
Linux, Docker container based on buildpack-deps:stretch-scm
The text was updated successfully, but these errors were encountered: