-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken
Description
Bug Report or Feature Request (mark with an x
)
- [X] bug report -> please search issues before submitting
- [ ] feature request
Versions.
Angular CLI: 1.5.0
Node: 8.9.0
OS: win32 ia32
Angular: 5.0.0
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, platform-server, router
@angular/cli: 1.5.0
@angular-devkit/build-optimizer: 0.0.32
@angular-devkit/core: 0.0.20
@angular-devkit/schematics: 0.0.35
@ngtools/json-schema: 1.1.0
@ngtools/webpack: 1.8.0
@schematics/angular: 0.1.0
typescript: 2.4.2
webpack: 3.8.1
Repro steps.
ng serve
This bug has occurred when any file changes. it doesn't occur frequently
The log given by the failure.
ERROR in Error: write EPIPE
at _errnoException (util.js:1024:11)
at ChildProcess.target._send (internal/child_process.js:702:20)
at ChildProcess.target.send (internal/child_process.js:586:19)
at AngularCompilerPlugin._updateForkedTypeChecker (C:\Users\Sheik Althaf\Documents\angular\butterflySchool\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:370:34)
at Promise.resolve.then (C:\Users\Sheik Althaf\Documents\angular\butterflySchool\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:208:22)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:188:7)
Desired functionality.
breaks the ng serve
Mention any other details that might be useful.
stefanKuijers, ademidoff and rahul-krish
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentseverity3: broken