Jeremy Dye

Results 4 comments of Jeremy Dye

I made [a guide](https://jeremydye.fyi/2022/01/15/rails-7-and-react-install-guide/) based on @cionescu's repo. I will try to make a PR with updated generators and README.

@guyas make it in the root of your project. Here's an example file from one of my projects: ```javascript const path = require("path"); const rails = require("esbuild-rails"); const ImportGlobPlugin =...

Hm, I'm trying to run the tests but I receive an authentication error when trying to install dependencies. ``` yarn install v1.21.0 [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages......

We got bit by this. Was pretty frustrating to debug.