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
Despite being bash, Node.js running on windows git mingw bash still
executes child processes using cmd.exe. As a result, arguments in this
environment need to be escaped in the style of cmd.exe, not bash.
npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.
If your bug is preproducible on v7, please re-file this issue using our new issue template.
If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo
What / Why
Windows 10 | Node.js LTS (12.13.1) | npm 6.13.2
Running
npm explore <pkg>
fails no matter which name is provided for <pkg>How
Current Behavior
Steps to Reproduce
npm explore <package>
Expected Behavior
npm explore <package>
must not failCode Location
I put some logs in npm-cli & explore & escape-exec-path.
The error is thrown @
path.normalize(str)
where str=undefinedHere is the output:
The text was updated successfully, but these errors were encountered: