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, 问题复现如下:
nrm add X http://X nrm current # 返回空值 nrm ls # 在 X 项前面没有 * 号标识 npm config get registry # 返回 http://x
当把 X 替换为 x 则没有这个问题,初步判断应该是和 npm config get registry 返回的值比对时没有进行大小写转换?
X
x
npm config get registry
The text was updated successfully, but these errors were encountered:
域名不区分大小写
Sorry, something went wrong.
额,我知道域名不区分大小写,所以能正常下载包,我的问题是 nrm current 会返回空,而产生这个问题的原因我推测是域名大小写的问题,麻烦你看清楚我上面说的,谢谢。
nrm current
感谢反馈。已修复,请等待下次发布。
Merge pull request #55 from js-spider/master
1d4dfcc
fix: 🐛 当源的 url 中含大写时,nrm current 返回空 #50
No branches or pull requests
hey, 问题复现如下:
当把
X
替换为x
则没有这个问题,初步判断应该是和npm config get registry
返回的值比对时没有进行大小写转换?The text was updated successfully, but these errors were encountered: