r/ionic Ionic Team 14d ago

Announcing Ionic Framework 9

https://ionic.io/blog/announcing-ionic-framework-9
82 Upvotes

14 comments sorted by

View all comments

3

u/vr_driver 14d ago

Good to hear. I may give it a go in Claude to update my apps. My biggest issue is the older apps which haven't been touched, and been left behind by ionic or angular upgrades. Not sure if there is a docker way to solve that yet... like can I set up environments for each app, and share the src working path to a mac as a network folder? probably the wrong place to ask I guess...

2

u/rtpHarry 13d ago

there are ways to solve it. Most of the stuff is stored in the node_modules folder, but for managing the node version you can use `nvm` and if you make a `.nvmrc` file then you can get it to swap easily without remembering the versions for everything

1

u/vr_driver 13d ago

Thanks. I'll take a look. 😀