2014-10-22 1 views
1

저는 Node-js, Github, Grunt 및 ui-grid 프로젝트에서 사용 된 다른 도구를 처음 사용했습니다. 시작하려면 https://github.com/angular-ui/ng-grid/blob/master/FIRST_TIMER.md의 안내를 따르려고합니다. 다음과 같은 오류그루터기와 Node.js가있는 AngularJS UI-Grid

PhantomJS 1.9.7 (Windows 7) ERROR 
    ReferenceError: Can't find variable: jQuery 
    at c:/Users/russell/ng-grid/lib/test/jquery.simulate.js:328 


Warning: Task "karma:angular-1.2.14" failed. Use --force to continue. 

Aborted due to warnings. 

내가 다음 명령 grunt install을 실행하기 위해 노력하고있어 :

>> bower csv-js#* ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/gkindel/CSV-JS.git", 
    exit code of #128 Warning: Done, with errors. Use --force to continue. Aborted due to warnings 

어떻게

그것은 잘되어 가고 있지만, 나는 꿀꿀 거리는 소리 작업을 실행할 때 오류가 발생합니다 이 문제를 해결합니까?

+0

에서 그것에 대해 자세한 내용을보실 수 있습니다 나는 다음 명령을 실행하려고 (꿀꿀 설치) 다음과 같은 오류가 발생했습니다 : >> 이물 # 개 *의 ECMDERR 실패-JS는 CSV "git ls-remote --tags --heads git : //github.com/gkindel/CSV-JS.git"을 실행하고 # 128의 종료 코드를 실행하십시오. 경고 : 완료하고 오류가 있습니다. 계속하려면 --force를 사용하십시오. 경고로 인해 중단되었습니다. – Russellg

답변

2

This thread은 https 대신 git 프로토콜을 사용하고 있다고 말합니다. 이 시도 :

$ git config --global url."https://".insteadOf git:// 

또한이 stack overflow thread.

+0

감사합니다. 그것은 그것을 고쳤다. – Russellg

+0

그 문제가 수정되었으므로 이제 끝 시험을 마칠 때 $ grunt test가 발생합니다. e2e "connect : testserver"(연결) 작업 실행 127.0.0.1:9999에 웹 서버를 연결하기 시작했습니다. "singlerun 각도기"(분도기) 작업 시작 셀레늄 독립형 서버 ... events.js : 실행 던져 어; // 미처리 '오류'이벤트 ^ 오류 : errnoException에 스폰 ENOENT (child_process.js 1001 : 11)에 Process.ChildProcess._handle.onexit (child_process.js : 792 : 34) >> 치명적인 오류 : 코드로 끄는 각도기 : 8 – Russellg

+0

https://github.com/angular/protractor/issues/259 – cbass

관련 문제