我开始在我的Windows 7框中的
angular-fullstack角应用程序。我安装了一堆npm包与-g选项,包括grunt-bower-install。我首先通过运行创建应用程序
原文链接:https://www.f2er.com/angularjs/146593.htmlyo angular-fullstack appname
在应用程序创建期间没有异常。应用程序创建成功后,我试图运行应用程序使用
grunt serve
期望服务器运行。但“咕噜服务”失败了
Running “bower-install:app” (bower-install) task
Cannot find where you keep your Bower packages.We tried looking for a
.bowerrc
file,but couldn’t find a custom
directory
property defined. We then triedbower_components
,but
it looks like that doesn’t exist either. As a last resort,we tried
the pre-1.0components
directory,but that also couldn’t be found.Unfortunately,we can’t proceed without knowing where the Bower
packages you have installed are.Fatal error: No Bower components found.
我找到了.bowerrc文件,它指向app / bower_components。不幸的是,bower_components文件是没有找到的地方。我不知道应该是什么文件的内容,自己创建它。是缺少文件导致这个问题或有一个npm包,我没有正确安装?
>我安装bower使用npm以及*
谢谢