疯狂安装错误

发布于 2024-12-10 07:01:37 字数 1114 浏览 1 评论 0原文

指南

我正在遵循 http://guides.spreecommerce.com/getting_started.html 上的 好吧,直到我运行

bundle exec rake spree_sample:load

rake 说

Don't know how to build task 'spree_sample:load'

如果我决定跳过它并执行

rake db:bootstrap

它,它说

Table 'myproject_development.countries' doesn't exist

如果我运行

rake db:migrate
rake db:seed
rake spree_sample:load

它也说

Don't know how to build task 'spree_sample:load'

如果我仍然继续并运行

rake db:admin:create

我会收到另一个错误:

no such file to load -- /home/pavel/cetsy/db/sample/users.rb

捆绑程序信息:

...

使用 Rails (3.0.9)

...

使用 spree_core (0.60.1)

使用 spree_auth (0.60.1)

使用 spree_api (0.60.1)

使用 spree_dash (0.60.1)

使用 spree_promo (0.60.1)

使用 spree_sample (0.60.1)

使用狂欢(0.60.1)

i am following the guide at http://guides.spreecommerce.com/getting_started.html

all's ok until i run

bundle exec rake spree_sample:load

rake says

Don't know how to build task 'spree_sample:load'

if i decide to skip that and do

rake db:bootstrap

it says

Table 'myproject_development.countries' doesn't exist

if alternatively i run

rake db:migrate
rake db:seed
rake spree_sample:load

it also says

Don't know how to build task 'spree_sample:load'

if i still continue that and run

rake db:admin:create

i get another error:

no such file to load -- /home/pavel/cetsy/db/sample/users.rb

bundler information:

...

Using rails (3.0.9)

...

Using spree_core (0.60.1)

Using spree_auth (0.60.1)

Using spree_api (0.60.1)

Using spree_dash (0.60.1)

Using spree_promo (0.60.1)

Using spree_sample (0.60.1)

Using spree (0.60.1)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍风燃霜 2024-12-17 07:01:37

Simon 是对的,将 Rails 和 spree 升级到 3.1.1/0.70 现在部分解决了问题

,运行

捆绑执行 rake spree_sample:load

仍然产生

不知道如何构建任务“spree_sample:load”

但跳过此步骤可以让我完成安装 spree,而不会出现其他问题

Simon was right, upgrading rails and spree to 3.1.1/0.70 partially solved the issue

now, running

bundle exec rake spree_sample:load

still produces

Don't know how to build task 'spree_sample:load'

but skipping this step lets me finish installing spree without other problems

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文