0
lorentz
1y

1. Enter repository of proprietary Node package that you maintain
2. Run `npm outdated | tail -n +2 | awk '{ print "npm i " $1 "@latest" }' | bash`
3. push to master

Comments
  • 0
    I don't do web and I'm very curious about what this does...
  • 1
    @mexandroide update every dependency to the latest major. In your typical node project this would mean that a couple hundred programs jump two majors on average.
  • 0
    how many incompatibilities on average?
Add Comment