Validate community adder's version of @sveltejs/cli-core

#55

Issue

Open
A
AdrianGonz97
Oct 2, 2024, 9:56 PM

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

Info

Assignees None
Labels enhancement, community-addons, pkg:add
Milestone None