adminlte2-rails
adminlte2-rails copied to clipboard
No such file or directory @ rb_sysopen
I'm get this error when execute this instruction
$ bin/rails generate admin_lte2
What happen?
What file is missing? I had such an issue with application.scss file missing - just renamed and edited the application.css accordingly.
I had the same issue and I renamed app/assets/stylesheets/application.css ~> app/assets/stylesheets/application.scss
touch app/assets/stylesheets/application.scss resolve the issue for me as well