Closed lazarljubenovic closed 7 years ago
npm i && npm run integration
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.
Could not find Angular on page http://localhost:8080/ : retries looking for angular exceeded
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.
node v7.6.0
npm 5.4.1
This is probably a duplicate, see #41
You're right, thanks. Closing this then as a duplicate of https://github.com/filipesilva/angular-quickstart-lib/issues/41.
Repro steps
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
andnpm 5.4.1
on Ubuntu. Will get my hands on a Mac in ~12 hours and will post the results from there as well.