You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: