Deploying with local node_module

The module I was using had a bug. I fixed it locally, but when I upload the project to the server, the module with a bug from the official NPM is loaded. How do I fix it?

Hey,

Fixing an issue within a package isn’t recommended because the fix won’t carry over when re-installing packages anywhere else. There is not any recommended workaround for this, you’d have to fork the package or submit a PR to fix it.

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.