I\'m building an Angular 6 app, but every time I want to serve to localhost, I get these errors:
ERROR in ./node_modules/aws-sign2/index.js Module not found
This is caused by dependencies importing node modules that are not available in the browser. Add to your package.json the modules that give errors:
"browser": { "http": false, "https":false, "net": false, "path": false, "stream": false, "tls": false }