in reply to Prototype Mismatch Errors
If you're using two modules, both of which export subs with the same names, you need to decide which of the module's exports you plan to use.
You might start by commenting out all of the modules, compiling the script, and seeing where the errors pop up. Add a module back in as necessary, and compile again. You might not be using some of the modules, so solving the issue you've found might not even be required.
|
|---|