清洁Yeoman安装导致Grunt错误

时间:2013-07-18 01:49:52

标签: gruntjs yeoman

我在使用Webapp生成器干净安装Yeoman后运行grunt server,我收到以下错误:

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的服务器。

1 个答案:

答案 0 :(得分:1)

可能有点迟了但是:

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

{"directory": "app/bower_components"}