-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Error after update rxjs v6 #1611
Comments
I'm having the same problem with similar libraries (like |
Related issue here: Workarounds suggested:
I tried these, and they didn't work for me! From what I understand it's an issue with the typings file. Or a dependency. My workaround was to downgrade to an older version of web3: |
Another workaround is the suggested here: angular/angular-cli#1548 (comment) |
The solution with the patch worked for me!
|
@Pedro-vk Thanks. It is working for me |
After update angular and rxjs to v6
ng build
WARNING in ./node_modules/asn1.js/lib/asn1/api.js
Module not found: Error: Can't resolve 'vm' in '******\toh-pt6\node_modules\asn1.js\lib\asn1'
ERROR in ./node_modules/eth-lib/lib/bytes.js
Module not found: Error: Can't resolve 'crypto' in '\toh-pt6\node_modules\eth-lib\lib'
ERROR in ./node_modules/web3-eth-accounts/node_modules/eth-lib/lib/bytes.js
Module not found: Error: Can't resolve 'crypto' in '\toh-pt6\node_modules\web3-eth-accounts\node_modules\eth-lib\lib'
ERROR in ./node_modules/web3-eth-accounts/src/index.js
Module not found: Error: Can't resolve 'crypto' in '\toh-pt6\node_modules\web3-eth-accounts\src'
ERROR in ./node_modules/browserify-sign/browser/index.js
Module not found: Error: Can't resolve 'stream' in '\toh-pt6\node_modules\browserify-sign\browser'
ERROR in ./node_modules/cipher-base/index.js
Module not found: Error: Can't resolve 'stream' in '\toh-pt6\node_modules\cipher-base'
ERROR in ./node_modules/hash-base/index.js
Module not found: Error: Can't resolve 'stream' in '\toh-pt6\node_modules\hash-base'
The text was updated successfully, but these errors were encountered: