Mx Autumn :blobcatpumpkin: on Nostr: nprofile1q…qde2h I think a lot of software assumes that people have one version of ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqxthsnnghl883w5wsjpknjk0jlapvejyepaqx3248ajwg697lc9qqgqde2h (nprofile…de2h) I think a lot of software assumes that people have one version of a dependency installed, which isn't always the case.
I have need of four different versions of node for various client projects. Same with PHP as one project is getting upgraded to 8 but only works on 7 atm.
I could use something like nvm to manage node and similar for the other languages, or I can write a Dockerfile that builds the environment for the project and work inside that.
Its the least evil, unfortunately.
I have need of four different versions of node for various client projects. Same with PHP as one project is getting upgraded to 8 but only works on 7 atm.
I could use something like nvm to manage node and similar for the other languages, or I can write a Dockerfile that builds the environment for the project and work inside that.
Its the least evil, unfortunately.