Search code examples
angularnpmangular2-router

Angular 2 rc3 router-deprecated package issue


Welcome Angular 2 rc.3!

I use project.json from 5 Min Quickstart to configure my project, but when i run npm install i get follow error:

No compatible version found: @angular/router-deprecated@2.0.0-rc.3
Valid install targets:
2.0.0-rc.2, 2.0.0-rc.1, 2.0.0-rc.0, 0.0.0-7, 0.0.0-6

Does anyone know what reason of that? Maybe quickstart doc out-of-date?


Solution

  • I think so its by mistake

    try the last version of release

      "@angular/router-deprecated":  "2.0.0-rc.2",