aboutsummaryrefslogtreecommitdiff
path: root/scripts/runInstaller.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runInstaller.mjs')
-rw-r--r--scripts/runInstaller.mjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/runInstaller.mjs b/scripts/runInstaller.mjs
index 0d47464..b35039f 100644
--- a/scripts/runInstaller.mjs
+++ b/scripts/runInstaller.mjs
@@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+import "./checkNodeVersion.js";
+
import { execFileSync, execSync } from "child_process";
import { createWriteStream, existsSync, mkdirSync, readFileSync, writeFileSync } from "fs";
import { dirname, join } from "path";