2017-04-25 18 views
0

bower를 사용하여 angular-material-data-table을 설치하려고합니다. bower info을 실행하면 0.10.90.10.10이 버전으로 표시됩니다. 그러나 특정 버전을 설치하려고하면 ENORESTARGET 오류가 발생합니다.bower 설치를 수행 할 수 없습니다.

캐시 문제라고 생각하여 --force 옵션도 사용하려고했습니다. 심지어 특정 버전을 언급하지 않고 설치를 시도하여 동일한 오류가 발생했습니다. 내가 여기서 뭔가를 놓치고 있니?

$ bower info angular-material-data-table 
bower cached  https://github.com/daniel-nagy/md-data-table.git#0.10.10 
bower validate  0.10.10 against https://github.com/daniel-nagy/md-data-table.git#* 

{ 
    name: 'angular-material-data-table', 
    version: '0.10.10', 
    description: 'Material Design data table.', 
    main: [ 
    'dist/md-data-table.js', 
    'dist/md-data-table.css' 
    ], 
    repository: { 
    type: 'git', 
    url: 'git://github.com/daniel-nagy/md-data-table.git' 
    }, 
    authors: [ 
    'Daniel Nagy' 
    ], 
    homepage: 'http://danielnagy.me/md-data-table', 
    license: 'MIT', 
    keywords: [ 
    'material', 
    'table', 
    'md-data-table' 
    ], 
    ignore: [ 
    '**/.*', 
    'app', 
    'bower_components', 
    'node_modules', 
    'src', 
    'Gruntfile.js' 
    ], 
    dependencies: { 
    angular: '^1.4.0', 
    'angular-material': '^1.0.0' 
    } 
} 

Available versions: 
    - 0.10.10 
    - 0.10.9 
    - 0.10.8 
    - 0.10.7 
    - 0.10.6 
    - 0.10.5 
    - 0.10.4 
    - 0.10.3 
    - 0.10.2 
    - 0.10.1 
    - 0.10.0 
    - 0.9.15 
    - 0.9.14 
    - 0.9.13 
    - 0.9.12 
    - 0.9.11 
    - 0.9.10 
    - 0.9.9 
    - 0.9.8 
    - 0.9.7 
    - 0.9.6 
    - 0.9.5 
    - 0.9.4 
    - 0.9.3 
    - 0.9.2 
    - 0.9.1 
    - 0.9.0 
    - 0.8.14 
    - 0.8.13 
    - 0.8.12 
    - 0.8.11 
    - 0.8.10 
    - 0.8.9 
    - 0.8.8 
    - 0.8.7 
    - 0.8.6 
    - 0.8.5 
    - 0.8.4 
    - 0.8.3 
    - 0.8.2 
    - 0.8.1 
    - 0.8.0 
    - 0.7.6 

You can request info for a specific version with 'bower info angular-material-data-table#<version>' 



$ bower install --save-exact angular-material-data-table#0.10.9 
bower not-cached https://github.com/russellmorley/angular-sig-pad.git#undefined 
bower resolve  https://github.com/russellmorley/angular-sig-pad.git#undefined 
bower cached  https://github.com/daniel-nagy/md-data-table.git#0.10.9 
bower validate  0.10.9 against https://github.com/daniel-nagy/md-data-table.git#0.10.9 
bower ENORESTARGET Tag/branch undefined does not exist 

Additional error details: 
Available tags: v0.1.0 
Available branches: master 
$ 
+0

왜 강우를 사용합니까? –

답변

0
나는 오류가 발생했다

인해

"angular-sig-pad": "https://github.com/russellmorley/angular-sig-pad.git#undefined" 

그래서 그것이 정의되지 않은 설정 내 bower.json 가진 지점에서 다른 의존성을 갖는 것 -

다음은 bower infobower install 명령 출력의 각도 재료 데이터 테이블의 문제가 아닙니다. 다음 번에 내 bower.json을 확인하고 여기에 질문을 게시해야합니다.