我目前正在将旧的内部应用程序迁移到Kubernetes。在构建docker镜像时,特别是在RUN bower --allow-root install
,我遇到了这个错误:
bower angular resolution Unsuitable resolution declared for angular: 1.6.6
bower ECONFLICT Unable to find suitable version for angular
The command '/bin/sh -c bower --allow-root install' returned a non-zero code: 1
我猜这与过时的依赖关系有关。 Here是bower.json
和Dockerfile
供参考。