You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
On Windows, and using git config core.autocrlf=true, when I run ng update @angular/cli or similar , package.json is edited and the trailing EOL at EOF is removed.
I have encountered this with ng update @angular/cli and ng add @angular/material so far.
@@ -38,4 +38,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
}
-}+}
\ No newline at end of file
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run ng version)
Which @angular/* package(s) are the source of the bug?
compiler-cli
Is this a regression?
No
Description
On Windows, and using git config
core.autocrlf=true
, when I runng update @angular/cli
or similar ,package.json
is edited and the trailing EOL at EOF is removed.I have encountered this with
ng update @angular/cli
andng add @angular/material
so far.Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run
ng version
)The text was updated successfully, but these errors were encountered: