-
Notifications
You must be signed in to change notification settings - Fork 132
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
Problem when using this in angular/webpack/browserify #47
Comments
The solution is to use |
'npm install process' is also necessary to avoid the subsequent error message in the browser
|
That actually does not fix the problem. It is well known that angular has a problem with these libraries... see for example https://blog.lysender.com/2018/07/angular-6-cannot-resolve-crypto-fs-net-path-stream-when-building-angular/ Now how can I use this in an Angular client application successfully? |
I had other problems like
I could finally solve the problem using the following HACKFIX (after npm install'ing process and path):
|
Which browserification library was used in this project? |
I would consider this issue resolved when it is possible to use this library in angular using
I am not quite sure of all the steps required for you guys to enable this. For now, I can work with my hackfix mentioned above:
|
Did you fix your problem ? I have exactly the same ! |
@antoine382 look at the end of my post above. You can define the missing variables as dummy globals on the window object. |
I recently wanted to use this in an angular 7 project and I got
The text was updated successfully, but these errors were encountered: