From a040f6d69e89c726503c997454c83e581f4ec160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 26 Oct 2025 16:16:50 +0100 Subject: [PATCH] fix install on older systems --- npm_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/npm_install.py b/npm_install.py index 33639e0..9023627 100644 --- a/npm_install.py +++ b/npm_install.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +from __future__ import annotations import argparse, os, sys, json, shutil, subprocess, tarfile, tempfile, urllib.request, re, time, threading, signal from pathlib import Path