NPM not installing package. Hostname/IP address doesn't match certificate's altnames:

前端 未结 3 1808
长情又很酷
长情又很酷 2021-02-03 18:06

For a solution, see below

It was working yesterday, but I don\'t know what happened to it.

NPM is not installing the package. The hostname/IP addr

3条回答
  •  清酒与你
    2021-02-03 18:47

    Try to change the default registry:

    npm config set registry http://registry.npmjs.org
    

    For everyone who is stuck with mup deploy:

    docker: { // change to 'abernix/meteord:base' if your app is using Meteor 1.4 - 1.5 image: 'abernix/meteord:node-8.4.0-base', buildInstructions: [ 'RUN npm config set strict-ssl false' ] },

提交回复
热议问题