최근 프로젝트를 [email protected]로 업데이트했습니다. thests를 실행할 때 다음 오류가 발생합니다. ember test
모듈`ember-cli/test-loader`를 찾을 수 없습니다.
문제가 무엇인지 알고 있습니까? 나는 그것이 here에서 삭제 된 것을 볼 수 있습니다.
not ok 1 PhantomJS 2.1 - Global error: Error: Could not find module `ember-cli/test-loader` imported from `(require)` at http://localhost:7357/assets/vendor.js, line 228
---
Log: |
{ type: 'error',
text: 'Error: Could not find module `ember-cli/test-loader` imported from `(require)` at http://localhost:7357/assets/vendor.js, line 228\n' }
내가 좋아 package.json
"ember-cli-test-loader": "^1.1.0",
나는 똑같은 문제가있어, 나는 모든 배어와 node_ 모듈을 버리고 업그레이드 단계를 거쳤지만 행운은 없었다. 어떻게 든 해결 했니? – monofone
아니요, 아직 해결되지 않았습니다. – jax