From 1d7273be1fc25615cdfbbdad63c9c3ae2119d2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 25 Oct 2025 22:46:09 +0200 Subject: [PATCH] update readme and scripts --- npm_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm_install.py b/npm_install.py index 1fa88d2..684866b 100644 --- a/npm_install.py +++ b/npm_install.py @@ -941,7 +941,7 @@ def install_node_from_nodesource(version: str): print(f" npm: {npm_ver}") else: print(f" Node.js: {node_ver}") - print(f"⚠ npm not found, installing..) + print(f"⚠ npm not found, installing...") run(["apt-get", "install", "-y", "npm"], check=False)