Unable to identify missing local dependencies during build #5114
Labels
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
management/devenv
Related to CDK development/build environment
p1
Since yarn currently hoists all local dependencies into the root node_modules, modules can accidentally use a dependency that they don't declare in their package.json. This causes latent production issues such as #1030
We should figure out a way to disable local-dependency hoisting or not use yarn because this is a huge gap in our test coverage.
The text was updated successfully, but these errors were encountered: