Anyone have any tricks to getting rails running on OpenBSD? I started off installing Ruby 2.7.1, Ruby27-sqlite3, npm install -g yarn and gem install rails (with user install). Rails server would run with the default install, but would throw errors as soon as I added a route. It seems like core-js doesn’t install correctly. I’m just trying to work through the tutorial, but I can’t even get the “Hello Rails!” to work. When I add a route, rails server will start but it cannot find module @rails/webpacker. The page reports : “Webpacker::Manifest::MissingEntryError in Welcome#index”
Thanks. I’ll give that a try. FYI: I’m still thinking part of the problem is core-js isn’t compiling right from yarn (I can install it separately with npm). This is the core-js error I’m seeing: