Did @pulumi/awxs v0.40.1 get pulled from npmjs? I ...
# typescript
l
Did @pulumi/awxs v0.40.1 get pulled from npmjs? I haven't built this project in ages, but
npm install
is failing, trying to get ^0.40.1. I see 0.40.0 in there..
Oh.. there it is. Wonder why
npm install
isn't finding it...
Solved. It was a badly-phrased dependency resolution error from NPM. No idea why it wasn't a problem before.
"overrides"
solves the problem.