I just did a fresh install of version 6ce71a08f6356b7a68325df25944de7610090207 - Mac with OS El Capitan 10.11.6 - node v5.12.0 When I run **npm test**, it fails and displays: ``` [1] Chrome 52.0.2743 (Mac OS X 10.11.6) ERROR [1] Uncaught Error: Missing: SyncTestZoneSpec [1] at /private/tmp/qwob/quickstart/node_modules/zone.js/dist/jasmine-patch.js:66 ``` I'm able to get around this by downgrading zone.js back to 0.6.12. I changed package.json to reference the exact version of zone.js: ``` "zone.js": "0.6.12", ``` Also, to prevent these types of problems, please change the dependencies in package.json to be exact.
I just did a fresh install of version 6ce71a0
When I run npm test, it fails and displays:
I'm able to get around this by downgrading zone.js back to 0.6.12. I changed package.json to reference the exact version of zone.js:
Also, to prevent these types of problems, please change the dependencies in package.json to be exact.