-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng update @angular/cli fails #10644
Comments
Same issue here, also on OS X. After
I already noticed this two-character offset on angular 5.2 with |
I see this is fixed, how should I proceed? Trying cli 6.0.1 it still fails:
|
@hansl - see comment above. I don't have any files with BOM. |
This issue still happening with @angular/cli 6.0.3 |
My tslint.json was empty, i added '{}' to have a valid json, ng update succeded after. |
same issue |
I am following the steps to update from 5.2 to 6 on update.angular.io and ran into
I wound up manually updating my package.json to cli version to my current version, saved it, ran npm install then ran ng update @angular/core (which is listed a few steps ahead of ng update @angular/cli on the website). During the the update core install I got this message...
... so I re-ran ng update @angular/cli and so far so good. Hope this helps! |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
Observed behavior
Desired behavior
ng update should proceed and update package.json and generate my
angular.json file etc
The text was updated successfully, but these errors were encountered: