Luís Almeida

Results 4 comments of Luís Almeida

Happening the same for me, angular2 v4, the @matthiaskomarek answer allowed me to compile the code the crashes on browser.

I'm having the same issue, I guess the server isn't up when puppeteer tries to access it so it fails. Your solution didn't work for me unfortunately.

@manuelbieh nop, now I can't build at all just by cloning the repository, installing dependencies as they are and running `yarn build`: `Error: net::ERR_CONNECTION_REFUSED at http://localhost:8505`

Thanks @manuelbieh , i'll look into that as well. Also I've noticed that running the start script but with production as the NODE_ENV doesn't generate the client build. Edit: ok...