Mehdi Achour
Mehdi Achour
I'm failing to see the issue here @joshocalico: If you want to be able to use TLA in your project, then you need to make sure you run it on...
@jgentes someone from the Remix team will eventually pick this up, I'm just volunteering for triage.
@kiliman Could you fix conflicts here please?
@Tymek the warning is unrelated, check #1077
@drewkill32 is this issue fixed for you ?
Hi @tempcoderr, I could not reproduce the issue, see complete installation log below. `isbot` is used in `app/entry.server.jsx` and is listed as a dependency in `package.json` Did you run `npm...
Could you check if you have isbot in your node_modules? What version got installed? What does console.log(isbot) right after its import in server entry yields?
And what about: ``` const isbot = require("isbot"); console.log("isbot", isbot) ``` Also, what node version are you running? 🙏
Thank you for the feedback 🙌🏼 @MichaelDeBoey do you know what might be going wrong with the TS => JS conversion here?
Hi, I don't work at Remix. I'll try to get some eyes on this issue soon tho.