You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the npm run bootstrap command after pulling the repo's master branch. I get the error Fix the upstream dependency conflict. I manage to partially solve it by dividing the command in two, with npm install --legacy-peer-deps wich runs successfully.
But when I run the second part of the command : lerna bootstrap --hoist \"{react,react-dom}\" -- --legacy-peer-deps I get the same error Fix the upstream dependency conflict even though the flag --legacy-peer-deps is here...
I do not know what to do... Can anyone help ?
I linked the error logs from the last command, if it can help debugging.
HI,
I'm trying to run the
npm run bootstrap
command after pulling the repo's master branch. I get the errorFix the upstream dependency conflict
. I manage to partially solve it by dividing the command in two, withnpm install --legacy-peer-deps
wich runs successfully.But when I run the second part of the command :
lerna bootstrap --hoist \"{react,react-dom}\" -- --legacy-peer-deps
I get the same errorFix the upstream dependency conflict
even though the flag--legacy-peer-deps
is here...I do not know what to do... Can anyone help ?
I linked the error logs from the last command, if it can help debugging.
Thanks,
Best regards,
HU
2022-12-01T09_23_55_225Z-debug-0.txt
The text was updated successfully, but these errors were encountered: