ORESoftware / npm-link-up

:arrows_counterclockwise: Link your NPM projects automatically, for sophisticated / modular local development.
MIT License
72 stars 5 forks source link

determineIfReinstallIsNeeded needs to consider symlinks #73

Open ORESoftware opened 6 years ago

ORESoftware commented 6 years ago

if version in package.json is not the same, but it's a symlink, we should ignore the discrepancy

determineIfReinstallIsNeeded

ORESoftware commented 6 years ago

it also needs to handle 'latest' values for package versions in package.json. If 'latest' is used semver.neq() will throw an error.