You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/@audius/hedgehog/src/authentication.js
Module not found: Error: Can't resolve 'crypto' in '/node_modules/@audius/hedgehog/src'
ERROR in ./node_modules/ethereumjs-wallet/index.js
Module not found: Error: Can't resolve 'crypto' in '/node_modules/ethereumjs-wallet'
ERROR in ./node_modules/hdkey/lib/hdkey.js
Module not found: Error: Can't resolve 'crypto' in '/node_modules/hdkey/lib'
ERROR in ./node_modules/cipher-base/index.js
Module not found: Error: Can't resolve 'stream' in '/node_modules/cipher-base'
ERROR in ./node_modules/hash-base/index.js
Module not found: Error: Can't resolve 'stream' in '/node_modules/hash-base'
ERROR in ./node_modules/keccak/lib/api/keccak.js
Module not found: Error: Can't resolve 'stream' in '/node_modules/keccak/lib/api'
ERROR in ./node_modules/keccak/lib/api/shake.js
Module not found: Error: Can't resolve 'stream' in '/node_modules/keccak/lib/api'
The text was updated successfully, but these errors were encountered:
Thanks for bringing up this issue @Aniket-Engg. From the attached thread, I'm not sure how much Hedgehog can do to support this intentional limitation in the angular-cli. If you have a solution please submit a PR!
I either don't see a solution to implement in hedgehog. Probably we can use the substitute of packages which is not supported by angular or can mention a way around in documentation to make it easy for coming developers.
I'm not sure this is something we can fix on the hedgehog side if angular is blocking certain packages. I'm going to close this because I'm not sure there's really anything we can do here
Not able to use this package in Angular because of this : angular/angular-cli#1548
And they explain this here: angular/angular-cli#1548 (comment)
Error I am getting is:
The text was updated successfully, but these errors were encountered: