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