Installs Staticrypt globally using npm if it is not already installed. Requires Node.js and npm to be installed on your system.
install_staticrypt(force = FALSE)Logical. Returns TRUE if installation was successful, FALSE otherwise.
Logical. If TRUE, skips the user prompt and forces installation.
Default is FALSE.
This function checks if Node.js and npm are available, then installs
Staticrypt globally using npm. If force is FALSE, it prompts the user
for confirmation before proceeding with the installation.