我正在使用generator angular来创建我的项目。我意外删除了我的app / bower_components目录。是否有可能恢复它?
$ bower -v
1.2.8
$ bower intall
$ ls app
404.html images po scripts views
favicon.ico index.html robots.txt styles
但是没有/ app / bower_components。提前谢谢。
答案 0 :(得分:0)
我在项目根文件夹中缺少.bowerrc
,其中包含:
{
"directory" : "scripts/components"
}