Skip to content

Instantly share code, notes, and snippets.

@Vilsol
Created October 28, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vilsol/375ac00312cf4e587a83a4191c4a4a08 to your computer and use it in GitHub Desktop.
Save Vilsol/375ac00312cf4e587a83a4191c4a4a08 to your computer and use it in GitHub Desktop.
Winston Elasticsearch APM Dependency Error
{
"scripts": {
"build": "tsc test.ts"
},
"dependencies": {
"@types/node": "^14.14.5",
"typescript": "^4.0.5",
"winston-elasticsearch": "^0.11.0"
}
}
import { ElasticsearchTransport } from 'winston-elasticsearch';
console.log(ElasticsearchTransport);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment