I've only seen it in the repl, It goes away if I set AMQPTS_APPLICATIONNAME in the env, but it seems a little unnecessary to kill the require if it isn't set.
to reproduce, open a node repl in a folder that has amqp-ts installed in the node_modules. Then require('amqp-ts')
The error traces to
https://github.com/abreits/amqp-ts/blob/master/src/amqp-ts.ts#L17
I've only seen it in the repl, It goes away if I set AMQPTS_APPLICATIONNAME in the env, but it seems a little unnecessary to kill the require if it isn't set.
to reproduce, open a node repl in a folder that has amqp-ts installed in the node_modules. Then
require('amqp-ts')