Open yogiben opened 8 years ago
does this issue relate to node-bitpay-client or bitauth? Also, can you elaborate on how you are using bitauth or the node-bitpay-client? What I mean, specifically, is that I know that you are using webpack, but can you tell me if you are including node-bitpay-client in a web framework that uses webpack for a module bundler?
The context is a MeteorJS application. I haven't had an issue with other node modules.
I think there's a problem with the paths.
Sometimes it's looking for the wrong modules e.g.
/Users/gringo/dev/bitwala/bitwala/v2/node_modules/bitauth/lib/bitauth.js
the filename is actuallybitauth-node.js
.