amida-tech / blue-button

Blue Button (CCDA/CMS Blue Button/etc) to JSON Parser.
Other
48 stars 44 forks source link

Issue with blue-button-ncpdp #251

Open selimovicz opened 7 years ago

selimovicz commented 7 years ago

I want to run this library on client side. I use browsify for that purpose. So when I try to run browsify upon blue-button module I'm receiving the following error: Error: Cannot find module 'blue-button-ncpdp' When I try to install it via npm, it notifies me that this module doesn't exist anymore.

jsachs commented 7 years ago

This is because the blue-button-ncpdp repository is private. If you search for references to this module, you will see that the code is designed to make the module optional. However, these features do not work well in the browser--blue-button is meant to be a backend module.

To resolve the issue, I would recommend just commenting out the blocks of code that reference NCPDP. They are here, here, and here.