-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
needs: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is neededneeds: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given
Description
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.0.0
node: 6.10.1
os: linux x64
@angular/animations: 4.0.0
@angular/cli: 1.0.0
@angular/common: 4.0.0
@angular/compiler: 4.0.0
@angular/compiler-cli: 4.0.0
@angular/core: 4.0.0
@angular/forms: 4.0.0
@angular/http: 4.0.0
@angular/platform-browser: 4.0.0
@angular/platform-browser-dynamic: 4.0.0
@angular/platform-server: 4.0.0
@angular/router: 4.0.0
@ngtools/webpack: 1.3.0
Repro steps.
ng serve
The log given by the failure.
Module build failed: Error
at WebpackCompilerHost.populateWebpackResolver (/home/bunyamin/WebstormProjects/c3dp/node_modules/@ngtools/webpack/src/compiler_host.js:135:51)
at _donePromise.Promise.resolve.then.then.then.then.then (/home/bunyamin/WebstormProjects/c3dp/node_modules/@ngtools/webpack/src/plugin.js:366:32)
at process._tickCallback (internal/process/next_tick.js:109:7)
@ ./src/app/patient/patient-care-plan/index.ts 2:0-105
@ ./src/app/patient/patient.module.ts
@ ./src async
@ ./~/@angular/core/@angular/core.es5.js
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts
Desired functionality.
The project does not contain any error and works well. However, it gives the error above when it recompiled at some random moments.
Mention any other details that might be useful.
The most obvious example of this bug: I was working on my project (there were no errors) and I added just a comment like // some comment
and it gave the error when recompiled. Then, I stopped and re-run the ng serve
command and there were no error this time.
metodribic, isaacplmann, darekf77 and ErickVoodoo
Metadata
Metadata
Assignees
Labels
needs: investigationRequires some digging to determine if action is neededRequires some digging to determine if action is neededneeds: repro stepsWe cannot reproduce the issue with the information givenWe cannot reproduce the issue with the information given