help wanted
Repository metrics
- Stars
- (569 stars)
- PR merge metrics
- (PR metrics pending)
Description
I am getting this The package at "node_modules\zipkin\lib\index.js" attempted to import the Node standard library module "os". it should not be happening.
I add this into my tsconfig.json
"paths": { ... "node-fetch": [ "node_modules/empty-module/index.js" ], "os": [ "node_modules/empty-module/index.js" ] },