update readme and scripts
This commit is contained in:
@@ -941,7 +941,7 @@ def install_node_from_nodesource(version: str):
|
|||||||
print(f" npm: {npm_ver}")
|
print(f" npm: {npm_ver}")
|
||||||
else:
|
else:
|
||||||
print(f" Node.js: {node_ver}")
|
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)
|
run(["apt-get", "install", "-y", "npm"], check=False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user