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
Hey,
see:
azure-devops-npm-auth/npm-config/index.ts
Lines 13 to 15 in 9c2fca4
It's fairly common (I think) to not prefix nested dotfiles with a dot
e.g. mine is at ~/.config/npm/npmrc which causes this script to break as it tries to find the config file at ~/.config/npm/npmrc/.npmrc
~/.config/npm/npmrc
~/.config/npm/npmrc/.npmrc
Was just going to submit a PR but it might need a bit of thinking about so I'm raising a bug for now
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
see:
azure-devops-npm-auth/npm-config/index.ts
Lines 13 to 15 in 9c2fca4
It's fairly common (I think) to not prefix nested dotfiles with a dot
e.g. mine is at
~/.config/npm/npmrc
which causes this script to break as it tries to find the config file at~/.config/npm/npmrc/.npmrc
Was just going to submit a PR but it might need a bit of thinking about so I'm raising a bug for now
The text was updated successfully, but these errors were encountered: