lerna-update-wizard
lerna-update-wizard copied to clipboard
Not modifying package json and package-lock after running lernaupdate
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
- Mac Os Mojave
- I tried with these node versions: 10.14.1, 10.22 and 12.
- I made this setup using NPM
There is anyone with these problems too?
facing same problem in MAC
Same issue here
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"
I have the same issue on Mac Ventura 13.2.1.
I see there has not been any response since over a year. The tool looks great.