2

grunt server使用 Webapp 生成器在全新安装 Yeoman 后运行,但出现以下错误:

Warning: Errno::ENOENT on line 441 of /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb: No such file or directory - /Users/nfento/Sites/test/app/bower_components Run with --trace to see the full backtrace Use --force to continue.

知道是什么原因造成的吗?我已经能够在两台机器上重现该错误。我对使用 grunt 完全陌生,但以前曾将其用作带有 livereload 的服务器。

4

1 回答 1

1

也许有点晚了,但是:

  • 检查您是否有app/bower_components文件夹
  • bower_componentsif not 检查根目录下是否有文件夹
  • 如果存在,将其移动到/app文件夹中
  • 创建一个文件.bowerrc并将其粘贴到:

{"directory": "app/bower_components"}

于 2014-09-04T08:51:00.997 回答