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)