Grunt wiredep:app no such file or directory bower.json

后端 未结 5 1400
滥情空心
滥情空心 2020-12-13 06:24

I\'m trying to deploy my Yeoman\'s Angular app to my production server. When I try to run the grunt build command I get this error:

Running \"wiredep:

5条回答
  •  一生所求
    2020-12-13 06:57

    Nice after quite some searching on google joshs solution fixed my problem. I just removed <%= yeoman.app %>

    wiredep: {      
      options:  { */code was here */ }
    }
    

提交回复
热议问题