You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/21 02:38:05 UTC

[GitHub] [apisix] SkyeYoung commented on a diff in pull request #7955: fix(ci): npm registry error

SkyeYoung commented on code in PR #7955:
URL: https://github.com/apache/apisix/pull/7955#discussion_r975980951


##########
ci/common.sh:
##########
@@ -79,6 +79,8 @@ install_nodejs () {
     mv node-v${NODEJS_VERSION}-linux-x64 ${NODEJS_PREFIX}
     ln -s ${NODEJS_PREFIX}/bin/node /usr/local/bin/node
     ln -s ${NODEJS_PREFIX}/bin/npm /usr/local/bin/npm
+
+    npm config set @sap:registry=https://registry.npmjs.org/

Review Comment:
   ```suggestion
       npm config set registry https://registry.npmjs.org/
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org