-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Cannot read property 'TYPED_ARRAY_SUPPORT' of undefined (pdfmake v0.1.32) #1100
Comments
Having the same issue. |
Same issue here:s |
@liborm85 It would be really cool to fix it ! :D Thank you for your awesome work anyway |
In issue #624 it was fixed by update webpack. According to comment above is now error on other line (line 48), but on this line is this code: __webpack_require__.p = ""; This has nothing to do with array. I do not know how to fix this error now. |
Okay, I managed to solve it. Import pdfMake like so : plus adding the config in webpack Good luck ! |
Solution added to readme by commit 4ad3c8d. |
I tried this but I am still getting the same error. Here is my config file.
|
same here, still there using angular-cli 1.5, webpack 3.8.1 |
I've seen that #624 which first reports this issue is closed with note that a fix was released in Dec '16. However I see this error running in an Angular 2 application and webpack with pdfmake 0.1.32.
Stacktrace:
What am I missing, please?
The text was updated successfully, but these errors were encountered: