简体   繁体   中英

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:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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