-
Notifications
You must be signed in to change notification settings - Fork 628
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
ReferenceError: global is not defined #217
Comments
Experiencing the same issue. Downgrading to v1.4.3 solved it for me. |
I faced the same issue.
|
thanks for the report. ill land a patch to fix this now. |
https://github.com/feross/buffer/blob/master/index.js doesn't contain the line that errored. I changed the require such that Buffer will always use the universally compatible version instead of node's and im interested in seeing what happens. HELP: would someone mind sharing a webpack config they use with qrcode so i can add a pre-publish integration test. |
can folks test on master because i don't have a reproduction of the issue. |
@soldair i want test it ,but i can not install node-gyp😓, now i used 1.4.2, it's working in angular8 |
I investigated this in relation to using with Angular applications here: tldr; with respect to Angular applications this appears to be caused by
|
Thanks so much. I'll take a look at this and see if I can come up with something |
Any update @soldair ? |
example
console
Angular: 8
node-qrcode: 1.4.4
The text was updated successfully, but these errors were encountered: