volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

`volo update localName` does not behave as expected #178

Open ewinslow opened 10 years ago

ewinslow commented 10 years ago

If I have already installed a package under a particular local name, I expect volo to use the existing configuration I've already set up, but instead it goes and does its standard github search for the right repo.

jrburke commented 10 years ago

Ah, I believe it is just not checking the package.json first to see where it got it from first. Looks like volo add symlink:path/to/dep also has a similar issue.