notion install
fails if the same version has already been installed
#352
Milestone
notion install
fails if the same version has already been installed
#352
After running
notion install <package>
once, if it is run again and the same version is found, the install will show an error on this line: https://github.com/notion-cli/notion/blob/cd37603b3f78e5bfbf4af7a40e52e7ced1463b0d/crates/notion-core/src/distro/package.rs#L168Since the image directory is not empty. We should detect that the requested version is already installed and not attempt to re-install the same package. Related to #288
The text was updated successfully, but these errors were encountered: