-
Notifications
You must be signed in to change notification settings - Fork 12k
Corrections to Angular CLI RC.0 migration guide #5039
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
Comments
PlatinumEagle
added a commit
to PlatinumEagle/angular-cli
that referenced
this issue
Feb 27, 2017
fix test runner dependency and other corrections Closes angular#5039
PR submitted |
PlatinumEagle
added a commit
to PlatinumEagle/angular-cli
that referenced
this issue
Mar 2, 2017
fix test runner dependency and other corrections Closes angular#5039
I tripped over the removal of |
PlatinumEagle
pushed a commit
to PlatinumEagle/angular-cli
that referenced
this issue
Mar 3, 2017
fix test runner dependency and other minor corrections Closes angular#5039
PlatinumEagle
added a commit
to PlatinumEagle/angular-cli
that referenced
this issue
Mar 3, 2017
fix test runner dependency and other corrections Closes angular#5039
asnowwolf
pushed a commit
to asnowwolf/angular-cli
that referenced
this issue
Apr 12, 2017
fix test runner dependency and other corrections Closes angular#5039 Close angular#5041
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Versions
angular-cli v1.0.0-rc.0
Repro steps
Original application created with v1.0.0-beta.26, followed the guide to migrate to RC.0, but there are some corrections that need to be made for a successful migration.
Details
package.json corrections
Packages in dependencies:
is listed twice. The second instance should bePackages in devDependencies:
jasmine-spec-reporter
should be removed from devDependencies, but is still required and the version was updated to~3.2.0
."build": "ng build"
should be added.ts-helpers
was removed, but there is no reference to this in the docThe text was updated successfully, but these errors were encountered: