简体   繁体   English

Angular 2 CLI:ng测试错误

[英]Angular 2 CLI: ng test error

I've set up a new temp app with ng new my-app , and when I run ng test I get the following error: 我已经用ng new my-app设置了一个新的temp应用,当我运行ng test ,出现以下错误:

The Broccoli Plugin: [BroccoliTypeScriptCompiler] failed with: Error: EMFILE: too many open files, open '../src/tsconfig.json'

I was wondering if anyone else had encountered this issue and found a way around it. 我想知道是否还有其他人遇到此问题并找到解决方法。

您可以尝试“ ng test --build = false

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM