内网发布 npm 包,突然遇到这个问题

    1. npm ERR! code E401
    2. npm ERR! Unable to authenticate, need: BASIC realm="Sonatype Nexus Repository Manager"

    这是因为登录信息过期了,一般是在 ~/.npmrc 中记录

    1. //registry.xxx.com/repository/npm/:_authToken=NpmToken.xxxxxx

    使用账号重新登录即可