-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
docs/repo-generalRelated to repo documentation (CONTRIBUTING, CODE_OF_CONDUCT, etc.)Related to repo documentation (CONTRIBUTING, CODE_OF_CONDUCT, etc.)effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2
Description
Describe the issue
I'm following the contribution guide:
- I cloned the repository
- ran the
npx lerna run build --skip-nx-cache - created a fresh CDK TS-based app
- and ran
link-all.shscript
Even though I see the linking script to do symlinks, I still see:
$ npx cdk --version
2.1006.0 (build a3b9762)
instead of 0.0.0. When I tried to do:
$ rm -rf node_modules
$ npx cdk --version
Need to install the following packages:
[email protected]
Ok to proceed? (y)
It seems like it's not seeing the locally built CDK version. I even went through my system, cleaned up stale aws-cdk versions but it didn't help. Anything obvious I am missing here?
Links
https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#linking
Metadata
Metadata
Assignees
Labels
docs/repo-generalRelated to repo documentation (CONTRIBUTING, CODE_OF_CONDUCT, etc.)Related to repo documentation (CONTRIBUTING, CODE_OF_CONDUCT, etc.)effort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortp2