我试图使用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.
在我的package.json
我有一个Angular 5.2.0依赖:
"@angular/core": "^5.2.0"
是否可以使用安装版本高于要求的 amexio ?
而且,一般而言,由于对等依赖性,运行Angular低于可用的新应用程序是否安全?
这种情况意味着我将来会被amexio强加的Angular版本所困扰?