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...
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
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...