Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

[FEATURE] $PATH with ~ is not supported #76

Open
zdm opened this issue Aug 24, 2020 · 0 comments
Open

[FEATURE] $PATH with ~ is not supported #76

zdm opened this issue Aug 24, 2020 · 0 comments

Comments

@zdm
Copy link

zdm commented Aug 24, 2020

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant