Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with blue-button-ncpdp #251

Open
selimovicz opened this issue Jun 22, 2017 · 1 comment
Open

Issue with blue-button-ncpdp #251

selimovicz opened this issue Jun 22, 2017 · 1 comment

Comments

@selimovicz
Copy link

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
Copy link
Contributor

jsachs commented Jun 22, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants