Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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/[email protected]
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?

like image 753
user3272018 Avatar asked Jun 22 '16 05:06

user3272018


Video Answer


1 Answers

I think so its by mistake

try the last version of release

  "@angular/router-deprecated":  "2.0.0-rc.2",
like image 125
mayur Avatar answered Sep 27 '22 16:09

mayur