In response to recent software supply chain attacks, NPM version 12 is blocking the automatic script execution at install.
Essentially it means that JavaScript will take functions and bring them up to the top of the code before they are called. This gives us the ability to run a function before it is defined. Remove the ...