Skip to content

Instantly share code, notes, and snippets.

@eahrend
Created February 3, 2022 16:49
Show Gist options
  • Save eahrend/63d6bf343d99a7b5486faf459d0c1c33 to your computer and use it in GitHub Desktop.
Save eahrend/63d6bf343d99a7b5486faf459d0c1c33 to your computer and use it in GitHub Desktop.
terraform debug output
Error: jsii compilation failed with non-zero exit code: 1
| [2022-02-03T11:42:56.493] [ERROR] jsii/compiler - Compilation errors prevented the JSII assembly from being created
| warning JSII6: A "peerDependency" on "constructs" at "10.0.45" means you should take a "devDependency" on "constructs" at "10.0.45" (found "undefined")"
| warning JSII6: A "peerDependency" on "cdktf" at "0.9.0" means you should take a "devDependency" on "cdktf" at "0.9.0" (found "undefined")"
| warning JSII3: There is no "README.md" file. It is required in order to generate valid PyPI (Python) packages.
| providers/harness/data-harness-current-user.ts:51:15 - error TS1351: An identifier or keyword cannot immediately follow a numeric literal.
| 51 public get 2FaEnabled() {
| ~~~~~~~~~
+----------------------------------------------------------------------------------
| Command: /opt/homebrew/Cellar/cdktf/0.9.0/libexec/lib/node_modules/cdktf-cli/node_modules/jsii/bin/jsii --silence-warnings reserved-word
| Workdir: /var/folders/pb/3jvl51wn4ng650rxnkk9ch2w0000gp/T/temp-Hm3wC0
+----------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment