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 96cb070 commit bde6ecfCopy full SHA for bde6ecf
npm_mjs/management/commands/npm_install.py
@@ -54,7 +54,7 @@ def install_npm(force, stdout, post_npm_signal=True):
54
call_command("create_package_json")
55
56
stdout.write("Installing dependencies...")
57
- call(["npx", "pnpm", "install", "-y"], cwd=TRANSPILE_CACHE_PATH)
+ call(["npx", "-y", "pnpm", "install"], cwd=TRANSPILE_CACHE_PATH)
58
59
# Update cache
60
with open(cache_file, "w") as f:
0 commit comments