Module not found Error - Can't resolve 'crypto'



To fix Module not found: Error: Can't resolve 'crypto' and Module not found: Error: Can't resolve 'stream' error, you can try this :

npm install 'stream-browserify'
npm install 'crypto-browserify'