문제

I was recently working on a project in nanoc and installed bundler so I could use guard to watch the project directory.

Now when I run nanoc view the webserver doesn't start up displaying the following error instead:

$ nanoc view
Could not find the required 'adsf' gem, which is necessary for the view command.

I read in a google group that there has been some sort of a typo in which the gem packages adsf and asdf have been confused. I tried installing both of them with sudo gem install but I when I run the command I still get the same error message.

도움이 되었습니까?

해결책

Add the gem "adsf" to your Gemfile, and run bundle command. And, then run nanoc view. Should work.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top