You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after installing the seed I run npm start and the server laods the page "localhost:5555" blank, just with teh default "Loading…" text.
When i hit npm test I get following warnings:
ERROR: Error{stack: null, originalErr: Error{}, line: 823, sourceURL: 'http://localhost:9876/base/node_modules/systemjs/dist/system.src.js?ce47c157d0451bc324d5039dfc7b04fa1cf0925d'}
auth component
✖ should work
NameList Service
✔ should return the list of names
Finished in 0.093 secs / 0.121 secs
SUMMARY:
✔ 2 tests completed
✖ 2 tests failed
FAILED TESTS:
auth component
✖ should work
Chrome 50.0.2661 (Mac OS X 10.11.4)
PhantomJS 2.1.1 (Mac OS X 0.0.0)
Failed: undefined is not a constructor (evaluating 'new AsyncTestZoneSpec(finishCallback, failCallback, 'test')')
ZoneAwarePromise@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:584:38
/Users/Allmighty/Sites/plentyUI/v3/test-main.js:63:18
invoke@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:323:34
run@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:216:50
/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:571:61
invokeTask@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:356:43
runTask@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:256:58
drainMicroTaskQueue@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:474:43
invoke@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:426:41
/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:93:33
invokeTask@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:356:43
runTask@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:256:58
invoke@/Users/Allmighty/Sites/plentyUI/v3/node_modules/zone.js/dist/zone.js:423:41
I know the project is not maintained anymore, but I want to try to make it run with the latest angular2 updates. Any help here more than appreciated!!
The text was updated successfully, but these errors were encountered:
after installing the seed I run npm start and the server laods the page "localhost:5555" blank, just with teh default "Loading…" text.
When i hit
npm test
I get following warnings:and a little bit later :
I know the project is not maintained anymore, but I want to try to make it run with the latest angular2 updates. Any help here more than appreciated!!
The text was updated successfully, but these errors were encountered: