TJ
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Setup MacOS 10.15 Catalina Discussion
I got this error
/Users/uname/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/webpacker-4.2.2/lib/webpacker/configuration.rb:95:in rescue in load': Webpacker configuration file not found /Users/uname/Projects/myapp/config/webpacker.yml. Please run rails webpacker:install Error: No such file or directory @ rb_sysopen - /Users/uname/Projects/myapp/config/webpacker.yml (RuntimeError)``
But resolved with the following link:
- Install yarn using your OS package manager, or take a look at https://yarnpkg.com/en/docs/install
- Set it up rails webpacker:install
- Make sure all packages are up to date yarn install --check-files
- Start your Rails server rails s