$ npm install
npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
My application does not directly depend on inflight, instead it comes from this module:
I am getting this warning:
My application does not directly depend on inflight, instead it comes from this module:
Further discussion https://github.com/YousefED/typescript-json-schema/issues/605