We'll need to validate that the downloaded community adder is running a similar version of @svelte-cli/core
as the executing instance of sv
. If it fails, we'll prompt the user to update their version of sv
.
For version comparisons, we can probably use https://github.com/lukeed/semiver or https://github.com/npm/node-semver