You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run npx @willh/git-setup under Ubuntu 22.04. Here is the result:
sh: 1: git-setup: not found
Expected Behavior
In Windows, the same command npx @willh/git-setup will run normally. I expected it also can run under Linux.
Steps To Reproduce
Just run npx @willh/git-setup under Ubuntu 22.04 LTS.
Environment
npm: 10.9.2
Node.js: v22.14.0
OS Name: Linux 0e87ceaaea84 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ( Ubuntu 22.04 )
System Model Name: Windows PC
npm config:
; node bin location = /usr/bin/node; node version = v22.14.0; npm local prefix = /app; npm version = 10.9.2; cwd = /app; HOME = /root; Run `npm config ls -l` to show all defaults.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
When I run
npx @willh/git-setup
under Ubuntu 22.04. Here is the result:Expected Behavior
In Windows, the same command
npx @willh/git-setup
will run normally. I expected it also can run under Linux.Steps To Reproduce
Just run
npx @willh/git-setup
under Ubuntu 22.04 LTS.Environment
10.9.2
v22.14.0
Linux 0e87ceaaea84 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
( Ubuntu 22.04 )Windows PC
The text was updated successfully, but these errors were encountered: