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
Same situation for me.
In my case it looks to be related to peer dependency issues.
If I try to run the npm install command myself in the packages, it fails with peer dependencies errors.
I can update the packages with "--force" option then, but that does not look possible through lerna-udpate-wizard.
EDIT : It's actually possible to pass the "--force" argument to lerna-update-wizard command, and for some dependencies it allow me to use the tool in my project. It still does not update package files for other dependencies, so there may be other errors that are not displayed.
To pass npm/yarn args to the command you can do : lernaupdate --install-args="--force"
Hello everyone.
I'm using this package in order to update some dependencies in my project, so I follow all the instructions on the README.
After choose some package to update, I picked an options to commit with new message all changes.
After received a feedback, I checked to file changes and nothing happened.
Setup
There is anyone with these problems too?
The text was updated successfully, but these errors were encountered: