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
Path normalization done in #105
resulted in the removal of `bin` paths that start with `. (hidden
directory)`. This PR corrects the path normalization to allow `bin`
paths that start with `. (hidden directory)`.
## References
Fixes#116 &
npm/cli#7728
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
With nodejs 20.16.0 (npm 10.8.1) global install seems to not install binaries from hidden folders.
e.g.
Expected Behavior
With nodejs 20.15.1 (npm 10.7.0) it still worked.
Steps To Reproduce
I described steps to reproduce the issue in a repository with an example: https://github.com/thepiwo/nodejs-debug-bin
Environment
The text was updated successfully, but these errors were encountered: