Stimulus rake task is not in the v3.2.1 release
rails 5.1.4
@rails/webpacker 3.2.1
$ rails webpacker:install:stimulus
rails aborted!
Don't know how to build task 'webpacker:install:stimulus' (see --tasks)
Did you mean? webpacker:install:elm
webpacker:install:vue
webpacker:install:angular
/Users/christian/Dropbox/work/test/myapp/bin/rails:9:in `require'
/Users/christian/Dropbox/work/test/myapp/bin/rails:9:in `<top (required)>'
/Users/christian/Dropbox/work/test/myapp/bin/spring:15:in `<top (required)>'
bin/rails:3:in `load'
bin/rails:3:in `<main>'
(See full trace by running task with --trace)
$ rails -T
....
rails webpacker # Lists all available tasks in Webpacker
rails webpacker:check_binstubs # Verifies that webpack & webpack-dev-server are present
rails webpacker:check_node # Verifies if Node.js is installed
rails webpacker:check_yarn # Verifies if Yarn is installed
rails webpacker:clobber # Remove the webpack compiled output directory
rails webpacker:compile # Compile JavaScript packs using webpack for production with digests
rails webpacker:install # Install Webpacker in this application
rails webpacker:install:angular # Install everything needed for Angular
rails webpacker:install:coffee # Install everything needed for Coffee
rails webpacker:install:elm # Install everything needed for Elm
rails webpacker:install:erb # Install everything needed for Erb
rails webpacker:install:react # Install everything needed for React
rails webpacker:install:typescript # Install everything needed for Typescript
rails webpacker:install:vue # Install everything needed for Vue
rails webpacker:verify_install # Verifies if Webpacker is installed
rails webpacker:yarn_install # Support for older Rails versions
rails yarn:install # Install all JavaScript dependencies as specified via Yarn
webpacker 3.2.1 was released 20 days ago and the stimulus task was merged just a couple of days ago, so that's the explanation 馃槄
馃槃 Will make a new minor release tomorrow 馃憤
3.2.2 is out now
Most helpful comment
3.2.2 is out now