Trying to use this in my new Deb Environment Windows Subsystem
My Discourse works and runs, but when I try to run
rails g plugin --help
I get
/var/lib/gems/2.5.0/gems/railties-6.0.0/lib/rails/app_loader.rb:53: warning: Insecure world writable dir /home/jose/.rbenv/shims in PATH, mode 040777
Could not find actionview_precompiler-0.2.1 in any of the sources
Run `bundle install` to install missing gems.
Running bundle install doesn’t do anything (new) and precompiler is in the list of gems.
Ideas?