Try adding the following just after the devDependencies in your package.json
"devDependencies": {
...
},
"browser": {
"crypto": false
}
Try installing crypto-browserify package and see if that works. If you still see that error try deleting your node_modules folder and install all packages again.