pub fn install_npm_tool(tool: &str) -> Result<()>
Install a tool using npm globally
Returns an error if npm is not available or if the installation fails.