patch-package

Fix broken node modules instantly without forking

brewmacoslinux
Try with needOr install directly
Source

About

Fix broken node modules instantly

Commands

patch-package

Examples

Create a patch file for modifications made to a node module$ patch-package lodash
Apply all existing patches to node modules$ patch-package
Create a patch and exclude files matching a pattern$ patch-package react --exclude '**/*.test.js'