Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialoz izhak
1,940 Pointsi have some problem with my webpack. OS - WIN10
Every time i try to set some changes in my project the server shut down give me this error on the cmd and the browser.
ERROR in Error: channel closed at ChildProcess.target.send (internal/child_process.js:584:16) at AngularCompilerPlugin._updateForkedTypeChecker (C:\Users\mozimo PC\Desktop\all my shit\Full_Stack\FrontEnd\Angular\first\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:370:34) at Promise.resolve.then (C:\Users\mozimo PC\Desktop\all my shit\Full_Stack\FrontEnd\Angular\first\node_modules\@ngtools\webpack\src\angular_compiler_plugin.js:208:22) at process._tickCallback (internal/process/next_tick.js:109:7)
webpack: Failed to compile.
so i need every time startup again
ng serve
my ng -v
Angular CLI: 1.5.0 Node: 6.11.4 OS: win32 ia32 Angular: 5.0.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, 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.2 typescript: 2.4.2 webpack: 3.8.1
dont know what to do ..