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

Incompatible with webpack #129

Open
pastelsky opened this issue Jul 23, 2018 · 3 comments
Open

Incompatible with webpack #129

pastelsky opened this issue Jul 23, 2018 · 3 comments

Comments

@pastelsky
Copy link

When trying to build useragent with webpack, the build errors out because packages request and yamlparser are used by this library (lib/update.js), but they aren't specified as either peer dependencies or dependencies.

This means the package cannot be used on the client side at the moment.

@vith
Copy link

vith commented Jul 30, 2018

This PR looks related #117

@nicollecastrog
Copy link

I'm using next.js (which uses webpack) and found a work-around. I've commented here: #117 (comment)

@jdrydn
Copy link

jdrydn commented Apr 30, 2020

Only solution I found was to install yamlparser alongside until this is fixed, ah well 🤷‍♂️

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

4 participants