Reputation: 2519
I am running grunt server
after a clean install of Yeoman, using the Webapp generator and I get the following error:
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.
Any idea what would be causing this? I have been able to reproduce the error on two machines. I'm completely new to using grunt, but have used it as a server with livereload previously.
Upvotes: 2
Views: 1587
Reputation: 2183
Maybe is a bit late but:
app/bower_components
folderbower_components
folder in the root/app
folder.bowerrc
and paste this in:{"directory": "app/bower_components"}
Upvotes: 1