I stupidly made the mistake of releasing a website with remix's aws architect project.
When deploying, it has complete control of the npm install or npm ci in this case, and I get this error when running
pnpm arc deploy
Could not resolve dependency:
npm ERR! peer react@"^18.0.0" from @remix-run/[email protected]
So I cannot deploy because @remix-run/xxx etc. are on an old version of React.
I've no idea what has happened to remix, but I cannot find the repos or anything, so it would appear these dependencies are deprecated??
I so regret choosing Remix and AWS Architect. Will these dependencies get upgraded at some point?