Two subprocess.run(["npm", ...]) calls in undici installation were using bare command name, which fails on Windows where npm is installed as npm.cmd. Now resolves full path via shutil.which() first, consistent with all other subprocess calls. Co-authored-by: Panniantong <panniantong@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| channels | ||
| guides | ||
| integrations | ||
| skill | ||
| __init__.py | ||
| cli.py | ||
| config.py | ||
| cookie_extract.py | ||
| core.py | ||
| doctor.py | ||