nrm
nrm copied to clipboard
could nrm change the registry for yarn?
it seems that nrm
only change the npm
registry, so what about yarn
?
run yarn config list
, and you could see yarn registry config
I have tried another registry manager cgr
, it can change both npm
and yarn
registry.
However, it has not been maintained for a long time (2years).
Hope that nrm
can add a feature about yarn
.
Ok I will add yarn support
获取 Outlook for iOShttps://aka.ms/o0ukef
发件人: sunxyw [email protected] 发送时间: Saturday, June 27, 2020 2:31:23 PM 收件人: Pana/nrm [email protected] 抄送: Subscribed [email protected] 主题: Re: [Pana/nrm] could nrm change the registry for yarn? (#70)
I have tried another registry manager yrm, it can change both npm and yarn registry. However, it has not been maintained for a long time
― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/Pana/nrm/issues/70#issuecomment-650506140, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEGZEOJ7DQEAEMRZQFYJDDRYWG3XANCNFSM4NZ6VE7Q.
yarn will honor .npmrc
if it is not configured with registeries in .yarnrc
Ok I will add yarn support 获取 Outlook for iOShttps://aka.ms/o0ukef … ________________________________ 发件人: sunxyw [email protected] 发送时间: Saturday, June 27, 2020 2:31:23 PM 收件人: Pana/nrm [email protected] 抄送: Subscribed [email protected] 主题: Re: [Pana/nrm] could nrm change the registry for yarn? (#70) I have tried another registry manager yrm, it can change both npm and yarn registry. However, it has not been maintained for a long time ― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub<#70 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAEGZEOJ7DQEAEMRZQFYJDDRYWG3XANCNFSM4NZ6VE7Q.
wait
@Pana Any progress?