npm/npx

[FEATURE] $PATH with ~ is not supported

Opened this issue · 0 comments

zdm commented

What / Why

If path in $PATH variable started with "~" npx don;t resolve "~" to user home dir and, as result, unable to find script, installed globally.

Ex:

export PATH=$PATH:~/.npm/bin
# npx unable to run scripts, located in ~/.npm/bin

When

  • n/a

Where

  • n/a

How

Current Behavior

  • n/a

Expected Behavior

  • n/a

Who

  • n/a

References

  • n/a