DEV Community

Discussion on: Build tool maintenance?

Collapse
 
grasmachien profile image
grasmachien

I'm actually also refactoring our old Gulp projects to Webpack because they have become completely outdated and only throw errors.
Instead of debugging the whole thing I just update it to the latest and greatest.

The biggest cause is updating the node and npm versions on my machine of course.
So in a way it's my own fault.
Maybe this is why agencies often have their own virtual machine where they control versioning for all developers instead of lettings the developers update it whenever they want.