Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not modifying package json and package-lock after running lernaupdate #88

Open
yanmagale opened this issue Apr 20, 2021 · 4 comments
Open

Comments

@yanmagale
Copy link

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?

@vaibhavkumar-sf
Copy link

facing same problem in MAC

@codyburrito
Copy link

Same issue here

@ricovitch
Copy link

ricovitch commented Apr 20, 2023

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"

@bitflower
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants