summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_tarball_other_server/fail/main.out
blob: 08a84a477c121e6604e5dfc152ac40c6c6d167e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
Download http://localhost:4261/@denotest/tarballs-privateserver2
Download http://localhost:4262/@denotest/tarballs-privateserver2/1.0.0.tgz
error: Failed caching npm package '@denotest/tarballs-privateserver2@1.0.0'.

Caused by:
    No auth for tarball URI, but present for scoped registry.
    
    Tarball URI: http://localhost:4262/@denotest/tarballs-privateserver2/1.0.0.tgz
    Scope URI: http://localhost:4261/
    
    More info here: https://github.com/npm/cli/wiki/%22No-auth-for-URI,-but-auth-present-for-scoped-registry%22