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
bump
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
I have no idea how you found this, but this is working flawlessly!
and now it's not working anymore for me