rails 中止!不知道如何构建任务 'stimulus_reflex:install'

rails aborted! Don't know how to build task 'stimulus_reflex:install'

bundle exec rails stimulus_reflex:install

给我这个错误,
rails中止!不知道如何构建任务 'stimulus_reflex:install'

为什么?

(命令顺序...

  1. rails new --skip-spring --webpack=stimulus chatter
  2. yarn add redis cable_ready stimulus_reflex
  3. bundle exec rails stimulus_reflex:install

rails中止!不知道如何构建任务 'stimulus_reflex:install'

Stimulus Reflex 具有服务器和客户端部分。使用纱线,您只需添加客户端部分。您需要通过将 stimulus_reflex 添加到 Gemfile 或 运行 bundle add stimulus_reflex

来安装它

文档解释了如何很好地设置它:https://docs.stimulusreflex.com/setup