mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-22 18:29:48 +08:00
@@ -63,10 +63,10 @@ void
|
||||
pl_nodejs_setsrc (char *option)
|
||||
{
|
||||
{
|
||||
char *msg = CliOpt_InEnglish ? "** Three package managers will be replaced for you at the same time: " \
|
||||
char *msg = CliOpt_InEnglish ? "**Three package managers will be replaced for you at the same time: " \
|
||||
"npm, pnpm, yarn. If you need to change the source independently, " \
|
||||
"please run independently `chsrc set <pkg-manager>` **\n"
|
||||
: "** 将同时为您更换3个包管理器 npm, pnpm, Yarn 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager> **\n";
|
||||
"please run independently `chsrc set <pkg-manager>`**\n"
|
||||
: "**将同时为您更换3个包管理器 npm, pnpm, Yarn 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager>**\n";
|
||||
chsrc_log (bdyellow(msg));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user