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

browserify transform dependencies must be non-dev dependencies #55

Open
kumavis opened this issue Mar 11, 2019 · 0 comments
Open

browserify transform dependencies must be non-dev dependencies #55

kumavis opened this issue Mar 11, 2019 · 0 comments

Comments

@kumavis
Copy link

kumavis commented Mar 11, 2019

reactify is listed as a browserify transform, but is included in dev dependencies so it is missing when boron is a dependency in a browserify build

results in error:

Error: Cannot find module 'reactify' from ...

workaround:
npm i -D reactify in the project that includes boron

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

1 participant