We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original bug ticket: [https://npm.community/t/9889](https://npm.community/t/9889) Originally filed: 2019-09-05T05:51:24.095Z
The text was updated successfully, but these errors were encountered:
This happens also like the environment below.
https://github.com/npm/cmd-shim/blob/92c0a16d3c8a8c53ade76b5eae8efae01dd7f41f/index.js#L155 Changing this line to *CYGWIN*) basedir=cygpath -w "$basedir";;\n' fixed for me.
*CYGWIN*) basedir=
;;\n'
refs npm/cmd-shim#30
May be this happens when using git bash (which is based on mingw).
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: