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
{{ message }}
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.
Hello, I managed to fix this issue, which is incorrect package versions.
So, to fix this I changed next things in package json:
[dependencies]:
"@ angular/common": "^2.3.1",
"@ angular/compiler": "^2.3.1",
"@ angular/core": "^2.3.1",
"@ angular/forms": "^2.3.1",
"@ angular/platform-browser": "^2.3.1",
"@ angular/platform-browser-dynamic": "^2.3.1",
...
"es6-shim": "~0.35.2",
...
"rxjs": "5.0.0-rc.4",
"zone.js": "^0.7.2"
[devDependencies]:
"typescript": "~2.2.x"
The first problem was that es6-shim was wrote in Typescript 2.2, so I changed Typescript dependency from 2.0 to 2.2 in package.json
Next problem came from "RuntimeCompiler type missing" which appeared after my upgrading to typescript 2.2. To fix this I upgraded the Angular to 2.3.1 and rxjs/zone.js/.
Also, thought to be a good idead to change es6-shim from 0.35.1 to 0.35.2, yet I don't think this is required.
I think I'll make a merge request, please let me know.
chrispinzaru
added a commit
to chrispinzaru/angular2-datepicker
that referenced
this issue
Dec 15, 2017
OSX Node 8.1.4
after clone and npm install
The text was updated successfully, but these errors were encountered: