Open DorianGrey opened 7 years ago
Damn it ... after running jspm update
twice, most of this stuff does not work any longer...
plugin-typescript
complains about some "global" variable it cannot resolve@types
used here do not seem to be recognized by the IDE any longer (e.g. lodash/each
is marked red), so the dist and dev task fail...jspm update
initiates the usage of typescript 2.1.1, which causes even more errors:
err (SystemJS) ENOENT: no such file or directory, open '/home/linne/Projects/ng2-jspm-template/source-map-support'
... WTF ...
To be honest ... I'd suggest to split this update into several PRs, each containing only a contextual slice of it. That might make it easier to figure out which particular update(s) breaks stuff. Hopefully simplifies to work around it.
Oh, and - just knock out everyone attempting to use jspm update
. 🤔
Ok... I've tried this update
I'm running out of ideas ... @svi3c @zenhunt maybe one of you have more them ...
Note: Updating ng2-translate to 4.0.1 was skipped due to curious 'core.umd.js:2837 EXCEPTION: No provider for TranslateService!' error...
@svi3c, maybe you've got an idea was may cause this ... I've attempted to debug this stuff, but this went down to the internal parts of
zone.js
and@angular/core
, wasn't able to figure this out ...