Angular2 ng2-bootstrap 未满足的对等依赖
Angular2 ng2-bootstrap UNMET PEER DEPENDENCY
我正在尝试使用 npm 安装 ng2-bootstrap 但它给出了这些 errors/warnings:
我该如何解决这个问题?
ng2-bootstrap
需要 Angular 2 个库 (RC5) 的最新版本,因此您需要更新 package.json
文件才能下载它们。它需要 common
、compiler
、core
、forms
和 platform-server
的 RC5 版本,但是还有更多的 RC5 版本,你可以看到所有 here,强烈建议您使用所有最新版本。
编辑:
我错了,问题似乎是您已经在使用 RC5 版本,但是 ng2-bootstrap
开发团队没有发布他们的 Angular 2 RC5 版本。如果您检查 ng2-bootstrap
here, you can see that it still requires RC4 releases. My advice is to wait until ng2-bootstrap
team publish an update for RC5, which is expected to happen any day according to this.
的依赖状态
我正在尝试使用 npm 安装 ng2-bootstrap 但它给出了这些 errors/warnings:
我该如何解决这个问题?
ng2-bootstrap
需要 Angular 2 个库 (RC5) 的最新版本,因此您需要更新 package.json
文件才能下载它们。它需要 common
、compiler
、core
、forms
和 platform-server
的 RC5 版本,但是还有更多的 RC5 版本,你可以看到所有 here,强烈建议您使用所有最新版本。
编辑:
我错了,问题似乎是您已经在使用 RC5 版本,但是 ng2-bootstrap
开发团队没有发布他们的 Angular 2 RC5 版本。如果您检查 ng2-bootstrap
here, you can see that it still requires RC4 releases. My advice is to wait until ng2-bootstrap
team publish an update for RC5, which is expected to happen any day according to this.