filipesilva / angular-quickstart-lib

MIT License
305 stars 75 forks source link

Cannot run integration #58

Closed lazarljubenovic closed 7 years ago

lazarljubenovic commented 7 years ago

Repro steps

  1. Clone the repo
  2. Run npm i && npm run integration

Result

Chrome opens, and I see the "connected to BS" badge, but it just says "Loading...". Console logs that it Could not find Angular on page http://localhost:8080/ : retries looking for angular exceeded twice, and then fails both tests.

Also check out the complete output I get.

I'm on node v7.6.0 and npm 5.4.1 on Ubuntu. Will get my hands on a Mac in ~12 hours and will post the results from there as well.

mmmichl commented 7 years ago

This is probably a duplicate, see #41

lazarljubenovic commented 7 years ago

You're right, thanks. Closing this then as a duplicate of https://github.com/filipesilva/angular-quickstart-lib/issues/41.