From f2699169fa5c60ac0e33c5de08c730317636b736 Mon Sep 17 00:00:00 2001 From: Cris Stringfellow <22254235+crislin2046@users.noreply.github.com> Date: Sun, 23 Jul 2023 10:21:28 +0800 Subject: [PATCH] 3.0.5xx new version with fixes for global install --- global-run.cjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/global-run.cjs b/global-run.cjs index 710cc0e..0dec1cc 100755 --- a/global-run.cjs +++ b/global-run.cjs @@ -1,10 +1,7 @@ #!/usr/bin/env node const os = require('os'); -const path = require('path'); const { spawn } = require('child_process'); - -// Checking if node_modules directory exists const fs = require('fs'); const path = require('path');