I have an app that runs on ionic 0.1.0 and has lot’s of outdated dependencies.
I would like to get it running again, but I don’t know where to start. The app was build on ionic 0.1.0, 2 years ago. Many dependancies have gone out of date or are replaced.
Should I throw the whole thing away and build a new one on the current versions of cordova / ionic or is there a way to get the old app running again?
Install the current Ionic CLI and see what it makes with the project. Does it recognize it as a v1 project? if so, can you build? If so, does it actually run on a device?
Run ionic info in the project directory and paste the output here.
Is there a ionic.project file? If so, rename it to ionic.config.json. Rerun ionic info then.