Strange angular version resolving bug with bower install

前端 未结 3 1010
感情败类
感情败类 2020-12-16 11:26

I\'m trying to update my angular version, and I think bower went just mad.

My deps :

    \"dependencies\": {
    \"underscore\":\"*\",
    \"momentj         


        
3条回答
  •  悲哀的现实
    2020-12-16 12:23

    I got the same problem with the latest bower version.

    You can just do as the bower output prompts: Prefix the choice with ! to persist it to bower.json to choose one from the options provided. Then your bower.json will be updated with an additional "resolutions": { ... } block then the problem will be solved.

提交回复
热议问题