Closed
Description
Update: This only happens when the project path is underneath a Windows 10 junction or directory symlink. See comments below.
Bug Report or Feature Request (mark with an x
)
- [x] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.0.4
node: 7.5.0
os: win32 x64
@angular/common: 4.1.3
@angular/compiler: 4.1.3
@angular/core: 4.1.3
@angular/forms: 4.1.3
@angular/http: 4.1.3
@angular/platform-browser: 4.1.3
@angular/platform-browser-dynamic: 4.1.3
@angular/router: 4.1.3
@angular/cli: 1.0.4
@angular/compiler-cli: 4.1.3
Repro steps.
ng new style-test-app
cd style-test-app
echo h1 { background-color: red } >> src\styles.css
cat src\styles.css
ng serve
The log given by the failure.
None.