Skip to content
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

fix: include all package depdencies #3201

Closed
wants to merge 1 commit into from
Closed

Conversation

DanielMSchmidt
Copy link
Contributor

Fixes #3199

@anuraaga
Copy link

Hi @DanielMSchmidt - I was also interested in running cdktf through yarn and found the dependencies within cdktf may still be missing after this PR.

The extensions file that finally got it to work for me is this PR plus a few cdktf cross dependencies. Does it make sense to add them?

packageExtensions:
  "@cdktf/cli-core@*":
    dependencies:
      ci-info: '^3.8.0'
  "cdktf-cli@*":
    dependencies:
      "@cdktf/node-pty-prebuilt-multiarch": '^0.10.1-pre.11'
  "@cdktf/commons@*":
    dependencies:
      strip-ansi: '^6.0.1'
  "@cdktf/hcl2cdk@*":
    dependencies:
      cdktf: '^0.19.0'
      codemaker: '^1.87.0'
  "@cdktf/provider-generator@*":
    dependencies:
      glob: '^10.3.3'
  "@cdktf/provider-schema@*":
    dependencies:
      "@cdktf/hcl2json": "^0.19.0"
      deepmerge: '^4.2.2'

@DanielMSchmidt
Copy link
Contributor Author

Superseded by #3202

Copy link
Contributor

github-actions bot commented Dec 2, 2023

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workspace: missing dependencies
3 participants