We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a80a71 commit 8f590f1Copy full SHA for 8f590f1
python/pminit/post-install-hook.py
@@ -15,7 +15,7 @@ def execute(cmd: str):
15
raise subprocess.CalledProcessError(return_code, cmd)
16
17
def main():
18
- node_package_manager = 'ynpm'
+ node_package_manager = 'npm'
19
# check if npm is installed on the system
20
if (shutil.which(node_package_manager) is None):
21
print("""
0 commit comments