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

Outdated dependencies and lock file issues #344

Closed
sr258 opened this issue Apr 12, 2020 · 2 comments
Closed

Outdated dependencies and lock file issues #344

sr258 opened this issue Apr 12, 2020 · 2 comments

Comments

@sr258
Copy link
Member

sr258 commented Apr 12, 2020

Not all dependencies in package.json are updated by Renovate. Several are currently outdated, even though they are not major releases. @JPSchellenberg , I can update them manually, but I'd like to check with you whether they are pinned on purpose.

I also have had trouble running npm ci: Weirdly, there is always some file missing in node_modules after it. I want to regenerate package-lock.json for this purpose. Any concerns?

@sr258
Copy link
Member Author

sr258 commented Apr 12, 2020

There is also another problem with running npm ci on windows, even if I regenerate the package-lock file and clean my npm cache: I get the error described here. It's a weird issue with npm and fsevents on Windows. npm ci won't work there for some time, until all packages have updated fsEvents or npm ignores the package (it's only needed for mac and shouldn't be used in Windows at all).

@JPSchellenberg
Copy link
Member

Not all dependencies in package.json are updated by Renovate. Several are currently outdated, even though they are not major releases. @JPSchellenberg , I can update them manually, but I'd like to check with you whether they are pinned on purpose.

I also have had trouble running npm ci: Weirdly, there is always some file missing in node_modules after it. I want to regenerate package-lock.json for this purpose. Any concerns?

That might be, because I closed some pull-requests, because my development-environment was broken and I could not find the culprit. We should update them manually and regenerate the package-lock.json.

(I regenerated the package-lock.json a lot of times, because something was broken)

@sr258 sr258 closed this as completed Jul 24, 2020
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

2 participants