您好我使用的是angular2.beta.4但是当我尝试安装PrimeNG时,需要angular2.beta.13,它不起作用。所以,我安装了angular.beta.14,但我仍然遇到以下错误:
The package angular2@2.0.0-beta.14 does not satisfy its siblings' peerDependencies requirement
Peer primeng@1.0.0-beta.1 wants angular2@2.0.0-beta.13
对于以前的版本,不能使用angular2.beta.14运行包吗?
答案 0 :(得分:0)
我不建议这样做,因为beta.14确实包含一些重大更改,对于e.x,依赖注入现在需要注释.. constructor(private ele : ElementRef){}
而不是mvn -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec -q
AFAIK PrimeNg适用于角度β9版本。