Open ORESoftware opened 6 years ago
if version in package.json is not the same, but it's a symlink, we should ignore the discrepancy
determineIfReinstallIsNeeded
it also needs to handle 'latest' values for package versions in package.json. If 'latest' is used semver.neq() will throw an error.
semver.neq()
if version in package.json is not the same, but it's a symlink, we should ignore the discrepancy
determineIfReinstallIsNeeded