How to check version and update to latest? #60
-
Hey there! Not a developer. How do I check the version I have installed and update to the latest? I'm assuming in Terminal. How? What commands do I use? Also, is there a way to automate updates? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @crsmoore, using any LLM would be the 1ms way to get the answers to all of the questions above :) updating the package depends on the package manager and method you used to install the package There might be a way to setup auto-updates (again easier to ask an LLM to guide with your specific package manager). Hope this helps! |
Beta Was this translation helpful? Give feedback.
Hey @crsmoore, using any LLM would be the 1ms way to get the answers to all of the questions above :)
updating the package depends on the package manager and method you used to install the package
regarding the auto-updates - you generally do not want to enable auto-updates for packages used in development, unless you've properly defined version constraints. The reason is simple - you don't want to run into breaking changes.
There might be a way to setup auto-updates (again easier to ask an LLM to guide with your specific package manager).
Hope this helps!