adminlte2-rails icon indicating copy to clipboard operation
adminlte2-rails copied to clipboard

No such file or directory @ rb_sysopen

Open dickson95 opened this issue 8 years ago • 3 comments

I'm get this error when execute this instruction

  $ bin/rails generate admin_lte2

What happen?

dickson95 avatar Oct 14 '16 23:10 dickson95

What file is missing? I had such an issue with application.scss file missing - just renamed and edited the application.css accordingly.

texpert avatar Oct 26 '16 13:10 texpert

I had the same issue and I renamed app/assets/stylesheets/application.css ~> app/assets/stylesheets/application.scss

danitome24 avatar Dec 11 '16 19:12 danitome24

touch app/assets/stylesheets/application.scss resolve the issue for me as well

mmiranda avatar Dec 12 '16 23:12 mmiranda