using legacy peer deps for node project with react 19 and non compatible peer deps

It seems like whatever I do, the build system seems to do a
npm clean-install
whether I specify a custom build command or not beforehand which fails my build. any fix to this?
Was this page helpful?