Summary
npm install -g command-code fails in Termux because cmd already exists in /data/data/com.termux/files/usr/bin/ (it's a utility for interacting with Android services or something)
Expected Behavior
Same as on Windows: use a different name.
Actual Behavior
Name conflict.
Steps to reproduce the issue
npm install -g command-code
Command Code Version
1.65.4
Operating System
Other
Terminal/IDE
No response
Shell
No response
Session file (optional)
No response
Fix prompt (optional)
Since Termux, like Windows, already has an executable called "cmd" in PATH, use a different name for Android.
Additional context
No response
Summary
npm install -g command-codefails in Termux becausecmdalready exists in/data/data/com.termux/files/usr/bin/(it's a utility for interacting with Android services or something)Expected Behavior
Same as on Windows: use a different name.
Actual Behavior
Name conflict.
Steps to reproduce the issue
npm install -g command-codeCommand Code Version
1.65.4
Operating System
Other
Terminal/IDE
No response
Shell
No response
Session file (optional)
No response
Fix prompt (optional)
Since Termux, like Windows, already has an executable called "cmd" in PATH, use a different name for Android.
Additional context
No response