when i try to run rails server i get the following error! would be GREAT if someone could help!
Asked
Active
Viewed 22 times
-2
-
1Did you read the error? Have you tried running `webpacker:install` It says the `webpacker.yml` file is missing. The error seems to explain exactly what you need to do doesn't it? Or did that not work? – Rockwell Rice Feb 18 '20 at 01:53
-
1lease do not share information as images unless absolutely necessary. See: https://meta.stackoverflow.com/questions/303812/discourage-screenshots-of-code-and-or-errors. – AMC Feb 18 '20 at 02:11
1 Answers
0
As your error log is saying 'Webpacker configuration file is not found', you need to run rails webpacker:install
as given in error logs suggestion and try starting your server again.
Refer this answer

Mrunal Selokar
- 177
- 13