2015-04-01 42 views
1

我遇到以下問題,我是遇到此問題的團隊中唯一的開發人員。karma:單元失敗,tmp browserify錯誤

當我運行下面的命令:$咕嚕單元(任務:清潔:報告install_custom_coverage因緣:單元),我收到以下結果:

... 
DEBUG [web-server]: serving: C:\Dev\life-web_components\node_modules\karma\static/context.html 
PhantomJS 1.9.8 (Windows 7) ERROR 
    TEST RUN WAS CANCELLED because this file contains some errors: 
    C:/cygwin/tmp/2cfb2e9479b44a59f6d3c57d366bd5b4.browserify 


IE 8.0.0 (Windows 7) ERROR 
    TEST RUN WAS CANCELLED because this file contains some errors: 
    C:/cygwin/tmp/2cfb2e9479b44a59f6d3c57d366bd5b4.browserify 

Chrome 41.0.2272 (Windows 7) ERROR 
    TEST RUN WAS CANCELLED because this file contains some errors: 
    C:/cygwin/tmp/2cfb2e9479b44a59f6d3c57d366bd5b4.browserify 



DEBUG [karma]: Run complete, exiting. 
DEBUG [launcher]: Disconnecting all browsers 
DEBUG [framework.browserify]: cleaning up 
DEBUG [launcher]: Process PhantomJS exited with code 0 
DEBUG [temp-dir]: Cleaning temp dir C:\cygwin\tmp\karma-34162292 
DEBUG [launcher]: Process Chrome exited with code 0 
DEBUG [temp-dir]: Cleaning temp dir C:\cygwin\tmp\karma-61774528 
DEBUG [reporter.junit]: JUnit results written to "C:/Dev/life-web_components/reports/unit_tests.xml". 

DEBUG [launcher]: Killed extra IE process 6528 
DEBUG [launcher]: Process IE exited with code 0 
DEBUG [temp-dir]: Cleaning temp dir C:\cygwin\tmp\karma-94332604 
Warning: Task "karma:unit" failed. Use --force to continue. 

Aborted due to warnings. 

我已經嘗試了一系列的建議,重新啓動CMDER ,重新啓動機器,刪除node_modules,重新安裝全局節點模塊,將autoWatch設置爲false以及其他各種嘗試都沒有運氣。

由於我是團隊中唯一遇到此問題的開發人員,因此它似乎與環境有關。

回答

0

原來是我們的回購組件中的一個組件,需要目錄中的npm install來安裝它的依賴關係。

相關問題