pub async fn install_from_npm( package_name: &str, target_path: &Path, version: Option<&str>, ) -> Result<(), PluginError>
Install a plugin from npm