Skip to content

Commit 6dc8b94

Browse files
adrian-gavrilaAdrian GavrilaCopilot
committed
FIX: resolve npm path in prepare_package.py on Windows (#1629)
Co-authored-by: Adrian Gavrila <agavrila@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 73b608c commit 6dc8b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_scripts/prepare_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def build_frontend(frontend_dir: Path) -> bool:
4848
print("\nInstalling frontend dependencies...")
4949
try:
5050
subprocess.run(
51-
["npm", "install", "--legacy-peer-deps"],
51+
[npm, "install", "--legacy-peer-deps"],
5252
cwd=frontend_dir,
5353
check=True,
5454
stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)