среда, 9 октября 2019 г.

[Typescript] Inversify 'has no exported member Container fix

Error Module '"./node_modules/inversify/dts/inversify"' has no exported member 'Container'

it because you have inversify@2.0.0-rc.14 version. Update your inversify version to 5.0.1 with setting this version in package.json and running npm install

Jetbrains HTTP client "org.apache.http.client.ClientProtocolException" fix

remove header Content-Length: 55 from your request.