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

Missing dependency on aws-cdk in package.json #84

Closed
vaartio opened this issue May 15, 2023 · 3 comments
Closed

Missing dependency on aws-cdk in package.json #84

vaartio opened this issue May 15, 2023 · 3 comments
Labels
awaiting-response wontfix This will not be worked on

Comments

@vaartio
Copy link

vaartio commented May 15, 2023

Can you add aws-cdk as a dependency in package.json? In some environments, especially with pnp and multiple yarn workspaces, it causes problems if you can't install aws-cdk globally.

@whummer
Copy link
Member

whummer commented Aug 25, 2023

Hi @vaartio , thanks for reporting, and apologies for the delay on this one.

The aws-cdk dependency has been removed on purpose in the past, to avoid version mismatches and confusion if the globally installed CDK version differs from the: #3 This allows users to install arbitrary versions of aws-cdk under the covers.

The recommended way of installing cdklocal, as per the README, would be the following:

npm install -g aws-cdk-local aws-cdk

Does this installation mechanism work for you? I'm not too familiar with pnp, but shouldn't it be possible to install aws-cdk alongside aws-cdk-local?

Can you please elaborate on the problem you're seeing - ideally, if you could share a sequence of commands or a reproducible example, that would be great. Thanks for your help!

@lakkeger
Copy link
Contributor

Hi @vaartio! We just wanted to follow up on our last message to see whether your issue has been resolved?

@lakkeger lakkeger added wontfix This will not be worked on awaiting-response labels Jul 1, 2024
@lakkeger
Copy link
Contributor

Closing this issue due to inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting-response wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants