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

Notifications for Outdated / At-Risk Node Versions #481

Open
charlespierce opened this issue Jun 19, 2019 · 3 comments
Open

Notifications for Outdated / At-Risk Node Versions #481

charlespierce opened this issue Jun 19, 2019 · 3 comments

Comments

@charlespierce
Copy link
Contributor

It would be good to show a notification (perhaps on a once-per-day schedule) when a version of Node that is being used is out-of-date, or at least when it has an active security problem and needs to be upgraded.

This is especially important for package installs, since we pin a version of node to use with those tools, so in theory that version could remain for a long time.

@charlespierce
Copy link
Contributor Author

Suggested by @BryanHunt in #837: An alternative would be to have a command that will show any outdated, possibly modeled after yarn outdated.

@linux-china
Copy link

Now I use npm-check -g to check outdated packages installed by Volta.

@linux-china
Copy link

Update outdated packages:

npm-check -g |grep global |grep install | awk '{print $4}' | xargs -n 1 volta install

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

No branches or pull requests

3 participants