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
It would be nice if this worked in CI environment / github actions:
./bin/rails stimulus_reflex:install
bin/rails aborted!
NoMethodError: undefined method `chomp' for nil (NoMethodError)
input = Rails.env.test? ? "tmp/app/javascript" : $stdin.gets.chomp
^^^^^^
Tasks: TOP => stimulus_reflex:install
(See full trace by running task with --trace)
✨ Installing StimulusReflex and CableReady ✨
If you have any setup issues, please consult https://docs.stimulusreflex.com/hello-world/setup
or get help on Discord: https://discord.gg/stimulus-reflex. We are here for you. 💙
We recommend running git commit before proceeding. A diff will be generated at the end.
Where do JavaScript files live in your app? Our best guess is: app/javascript 🤔
Press enter to accept this, or type a different path.
>
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
I was wondering what the use-case for this might be, would you mind to elaborate? I'd be happy to accept a PR to improves this if you want to have a go.
It would be nice if this worked in CI environment / github actions:
The text was updated successfully, but these errors were encountered: