ruby - rake install command is not working (gem 'octopress', '~> 3.0.7') -
i using windows8.1 . saw similar post @ stackoverflow didn't solution.
c:\sites\occtopress>bundle exec rake install dl deprecated, please use fiddle dl deprecated, please use fiddle rake aborted! don't know how build task 'install' (see full trace running task --trace)
here rakefile:
# add own tasks in files placed in lib/tasks ending in .rake, # example lib/tasks/capistrano.rake, , automatically available rake. require file.expand_path('../config/application', __file__) rails.application.load_tasks
please help
assuming have not created tasks file in lib/tasks, won't have task named install.
rake -t
will list of available tasks (look line starting "rake install").
btw, trying achieve?
Comments
Post a Comment