node-http-mitm-proxy
node-http-mitm-proxy copied to clipboard
`Cannot find module '../lib/ca' or its corresponding type declarations`
When I npm install my module (that depends on this). If I manually update node_modules/http-mitm-proxy/types.d.ts
after and replace ../lib/ca
with ./lib/ca
(as the folder is in same directory as types.d
), it works.
How is everyone else installing this...?
I suppose this is fixed by #284
Still not fixed for me...