anylogger Bug Repro Repo (Issue #17)
- Node v14.9.0
cd ./myLib
, then npm install && npm run build
cd ../application
, then npm install
myLib
is linked as a relative path import in application's package.json
npm start
Alternatively,
npm run start:node
will reproduce the error in vanilla Node code (it builds the TypeScript then executes it directly withnode
instead ofts-node
vianodemon
)
Application outputs "hello from myLib log in application"
in console on start via anylogger-console
No console output is generated when using myLib
's log
export.