You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
komponent:install generator doesn't work correctly with Rails 6.
$ rails new test_app
...
$ bundle add komponent
...
$ rails generate komponent:install
Running via Spring preloader in process 14410
create frontend
gsub config/webpacker.yml
create frontend/components
create frontend/components/index.js
append frontend/packs/application.js
The file /Users/nicolas/Projects/_tmp/test_app/frontend/packs/application.js does not appear to exist
The text was updated successfully, but these errors were encountered:
komponent:install
generator doesn't work correctly with Rails 6.$ rails new test_app ... $ bundle add komponent ... $ rails generate komponent:install Running via Spring preloader in process 14410 create frontend gsub config/webpacker.yml create frontend/components create frontend/components/index.js append frontend/packs/application.js The file /Users/nicolas/Projects/_tmp/test_app/frontend/packs/application.js does not appear to exist
The text was updated successfully, but these errors were encountered: