Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 79f074b

Browse files
Update README.md
Co-authored-by: Wyatt Barnes <[email protected]>
1 parent 2bde73d commit 79f074b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ If you are using the types in a `commonjs` module, like in a Node app, you just
106106
### Web3 and Angular
107107
If you are using Ionic/Angular at a version >5 you may run into a build error in which modules `crypto` and `stream` are `undefined`
108108
109-
a work around for this is to go into your node-modules and at `/angular-cli-files/models/webpack-configs/browser.js` change the `node: false` to `node: {crypto: true, stream: true}`
109+
a work around for this is to go into your node-modules and at `/angular-cli-files/models/webpack-configs/browser.js` change the `node: false` to `node: {crypto: true, stream: true}` as mentioned [here](https://github.com/ethereum/web3.js/issues/2260#issuecomment-458519127)
110110
111111
Another variation of this problem was an issue opned on angular-cli: https://github.com/angular/angular-cli/issues/1548
112112

0 commit comments

Comments
 (0)