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
I'm running on a very early version of angular2-seed based on [email protected]. It looks like a lot has changed since then and I want to upgrade it to at least match beta.9.
Is there an easy way to do this? Or do I kind of have to individually look at all the files/dependencies that have changed and try to make those changes to my existing beta.0 version of angular2-seed? There doesn't seem to be a changelog to track what got changed/dropped/added.
The text was updated successfully, but these errors were encountered:
Hey @jayhahn. Unfortunately updating to the latest seed from this exact version will not be an easy task.
In beta.8 @ludohenin did a major refactoring which makes the update process trivial but it broke the backwards compatibility with previous versions. What I can recommend you to do is to download the latest seed version (or beta.9 instead, take a look at #682), and move your application to the src directory. If you haven't done any significant changes in the build, the migration should be trivial as well.
I'm running on a very early version of angular2-seed based on [email protected]. It looks like a lot has changed since then and I want to upgrade it to at least match beta.9.
Is there an easy way to do this? Or do I kind of have to individually look at all the files/dependencies that have changed and try to make those changes to my existing beta.0 version of angular2-seed? There doesn't seem to be a changelog to track what got changed/dropped/added.
The text was updated successfully, but these errors were encountered: