Force buildsystem v2 to use --legacy-peer-deps
I set my build command to npm install --legacy-peer-deps, but it is still installing with clean-install
Tried setting this to true, but no luck
https://discord.com/channels/595317990191398933/1020053805263507577/1104506977788366908
I cannot find any documentation on how to fix this, and if you search this discord there are hundreds of people running into the same issue / asking the same question.
5 Replies
do you know the couple workaround options if this is critical?
yeah, I know the workaround options, I'm trying to get this set up on a large project though and kind of need the automated builds to work without workarounds
i hear you. most everyone I spoke to used github actions to automate this...if that's an option for you.. all my other projects run via CF so I'm reluctant to go that way, but my project was non-critical
The real answer is to fix the npm package dependencies :kekmad:
certainly fair in my situation. I'm trying to build a Svelte5 project which is technically still a release candidate.