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

Don't lock aws-cdk-lib version in peerDependencies #407

Open
niebloomj opened this issue Aug 2, 2023 · 0 comments
Open

Don't lock aws-cdk-lib version in peerDependencies #407

niebloomj opened this issue Aug 2, 2023 · 0 comments

Comments

@niebloomj
Copy link

aws-cdk-lib/core/lib/tag-manager").TagManager'.
npm ERR!               Types have separate declarations of a private property 'tags'.

Right now, the package.json specifies a specific hardcoded version of aws-cdk-lib. This causes the npm update command to crash with the above error. To solve this, the package.json should specify a minimum cdk version with a ^ symbol as opposed to a fixed cdk version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant