NPM install succeeds but at runtime private module not found
I have a mono repo. It includes a private package. The problem I am having is with my github actions pipeline. I can download the private library to run tests on one of my projects in the runner. However, when I attempt to execute a CDK later in the pipeline following similar steps, it doesn’t find the module.
NPM install with private package succeeds, but
I have a mono repo. It includes a private package. The problem I am having is with my github actions pipeline. I can download the private library to run tests on one of my projects in the runner. However, when I attempt to execute a CDK later in the pipeline following similar steps, it doesn’t find the module.