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?
4 Replies
시롤
시롤OP5mo ago
bump
Freefood
Freefood5mo ago
I have the same issue But I managed to bypass the initial install adding an env variable and then building myself SKIP_DEPENDENCY_INSTALL=1
시롤
시롤OP3mo ago
I have no idea how you found this, but this is working flawlessly!
Freefood
Freefood4w ago
and now it's not working anymore for me

Did you find this page helpful?