lerna-update-wizard icon indicating copy to clipboard operation
lerna-update-wizard copied to clipboard

Not modifying package json and package-lock after running lernaupdate

Open yanmagale opened this issue 3 years ago • 4 comments

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.

Captura de Tela 2021-04-20 às 18 21 48

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?

yanmagale avatar Apr 20 '21 21:04 yanmagale

facing same problem in MAC

vaibhavkumar-sf avatar Apr 11 '22 05:04 vaibhavkumar-sf

Same issue here

codyburrito avatar Feb 14 '23 18:02 codyburrito

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"

ricovitch avatar Apr 20 '23 09:04 ricovitch

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.

bitflower avatar May 22 '23 14:05 bitflower