Best way to override packages

I did a meteor add and it installed a package with a bug, what’s the best way to monkey patch some library code (even if temporary) ? create a packages folder in my project and dump the working code in there?

1 Like

Clone / fork the lib, copy / symlink it into your packages folder. Works well.
(Be sure to report the bug and/or send a PR, if you can, at some point!)

1 Like

Thanks, this seems to be the bug that was fixed.

Although it’s not really fixed with a meteor add CFS: etc…