npm 需要比安装版本低的对等节点

And*_*oni 5 npm angular

我正在尝试使用https://amexio.tech/ 中的amexio-ng-extensions@3.2.2 ,当我安装时,npm 告诉我:

npm WARN amexio-ng-extensions@3.2.2 requires a peer of @angular/core@5.0.0 but none is installed. You must install peer dependencies yourself.
Run Code Online (Sandbox Code Playgroud)

在我的package.json我有一个 Angular 5.2.0 依赖项:

"@angular/core": "^5.2.0"
Run Code Online (Sandbox Code Playgroud)

是否可以在安装版本高于要求的情况下使用amexio

并且,一般来说,由于对等依赖,运行一个 Angular 低于可用的新应用程序是否安全?

这种场景意味着我以后会被amexio强加的Angular版本卡住?