diff --git a/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend b/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend index 8d9a33fbdea49aaa1d5d457db168e533991d22e1..58a555a0e5090e4eb2487f6bc4f5f9436764523f 100644 --- a/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend +++ b/meta-openeuler/dynamic-layers/phosphor-layer/recipes-phosphor/webui/webui-vue_%.bbappend @@ -14,7 +14,7 @@ do_compile:prepend () { # the original registry is https://registry.npmjs.org/, # too slow in China!!!!!!!! # use the Chinese mirror instead - npm config set registry https://registry.npmmirror.com/ + npm config set registry https://r.cnpmjs.org/ } TOOLCHAIN = "gcc"