Error: Cannot find where you keep your Bower packages. Use --force to continue

前端 未结 6 1931
陌清茗
陌清茗 2020-12-28 18:18

I\'m building an App using MEAN Stack and trying to scaffold my frontend using yeoman-generator, when I do yo angular it f

6条回答
  •  执念已碎
    2020-12-28 18:39

    Put .bowerrc file inside of bower.json file directory.

    It must be contain :

    {
        "directory": "client/bower_components"
    }
    

    It may be your problem.

提交回复
热议问题