jarle / remix-adonisjs

Build fullstack Remix applications powered by AdonisJS
https://matstack.dev/remix-adonisjs
MIT License
49 stars 4 forks source link

crypto dependency issue #71

Closed Fawwaz-2009 closed 3 weeks ago

Fawwaz-2009 commented 3 weeks ago

Hey Jarle, First I started thanks for making this, I just started playing with this and it looks really promising 🚀 .

For the issue at hand I noticed that with just fresh project setup (npm init adonisjs@latest -- -K="github:jarle/remix-starter-kit") that there is a crypto/vite dependency issue. see the picture below.. Initially I tried just to ignore it and just continue, but very soon the build started failing, see picture 2. any ideas on what is causing this and how to fix it

image

image

Fawwaz-2009 commented 3 weeks ago

I tried to load the example project in the rep, but it seems there also we have the same issue, (run npm run dev and refresh the page), I isolated the issue so far to notice it only happen if the page has a loader

image

Fawwaz-2009 commented 3 weeks ago

closing this for now, as it seems this a remix issue https://github.com/remix-run/remix/issues/10188