开发者

Rake Gems Install Error

开发者 https://www.devze.com 2023-01-24 09:17 出处:网络
I am getting the following error when try开发者_StackOverflow中文版ing to install gems: Mohammad-Azams-MacBook-Pro:awesomecats azamsharp$ sudo rake gems:install

I am getting the following error when try开发者_StackOverflow中文版ing to install gems:

Mohammad-Azams-MacBook-Pro:awesomecats azamsharp$ sudo rake gems:install
Password:
(in /Projects/awesomecats)
rake aborted!
Don't know how to build task 'gems:install'

(See full trace by running task with --trace)
Mohammad-Azams-MacBook-Pro:awesomecats azamsharp$ 


If the task isn't listed in the output of rake -T then it isn't defined and you can't run it.

Rails 3 removed this task in favor of using Gemfile and bundler as the official gem installation procedure as gems:install was often tricky to get working properly.

0

精彩评论

暂无评论...
验证码 换一张
取 消