Angular-cli: Not compile files ts

Created on 3 Feb 2017  路  11Comments  路  Source: angular/angular-cli

OS?

Windows 10

Versions.

angular-cli: 1.0.0-beta.28.3
node: 6.9.4
os: win32 x64
@angular/common: 2.4.5
@angular/compiler: 2.4.5
@angular/core: 2.4.5
@angular/forms: 2.4.5
@angular/http: 2.4.5
@angular/platform-browser: 2.4.5
@angular/platform-browser-dynamic: 2.4.5
@angular/router: 3.4.5
@angular/compiler-cli: 2.4.5

Repro steps.

after update code files ts webpack not compile this files, but work fine for files html

The log given by the failure.

typescript not compiled

Most helpful comment

temporary fix npm install @ngtools/[email protected]
same issue here https://github.com/angular/angular-cli/issues/4338

All 11 comments

temporary fix npm install @ngtools/[email protected]
same issue here https://github.com/angular/angular-cli/issues/4338

Still have this issue in 1.0.0-beta.30

same here with 1.0.0-beta.30. After code changes i need to restart.
Temporary fix from kuncevic is working.

Still having this issue in 1.0.0-beta.30 as well

Bad bug for productivity!

try with : npm install @ngtools/[email protected]
works fine

After change a file the website is not reloading with "@ngtools/webpack": "^1.2.7",
Why is this closed?

@Jonatthu : first update your angular-cli to get last version if reload not working install @ngtools/[email protected]

But even if a fix exist by downgrade/upgrade a dependency it is still a bug with priority high or blocker.
So it shouldn't be closed until it is fixed isn't it?
Latest version is still beta30 with this bug.

@DaveXCS the bug has being fixed in @ngtools/[email protected] with that commit https://github.com/angular/angular-cli/commit/9fcf10a89b0995c2da606fbbe5a341d42044654b try npm install @ngtools/[email protected]

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings