Kyle Lydic
Kyle Lydic
I third this! Thanks for putting this together!
> should be skipped automatically. Ahh interesting, we never got that to work reliably. We did work around this issues by dropping our dependency on clusterctl. We used kustomize to...
That was my mistake I was trying to cleanup the example so it didn't include stuff I was actually working on. `require.resolve('../lambda')` should have been `require.resolve('../sub')` The test itself works...
We ran in to this same thing today as well. [nyc](https://github.com/istanbuljs/nyc) uses `spawn-wrap` and after adding [david](https://github.com/alanshaw/david) to our project `nyc` began reporting issues finding `npm-cli.js`. Turns out `david` installs...