-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gx install <pkg> -- does nothing #12
Comments
looks like
|
@jbenet right. I had the concepts of 'fetch all dependencies' and 'grab a new dependency' as separate in my mind. Do you think that it should just be install? Where |
(Aside: I'm partial to the way npm separates downloading ("installing") a package and adding a package dependency ("saving"):
|
@noffle yeah, i think i agree with this. how about this: |
@whyrusleeping yes! Brilliant. :) Just to clarify, I think that both |
@noffle yeah, i want to keep that. Right now, the link is added at the same time its imported, and the linkname is written to the package.json so that the same link is created on further installs. |
this now does a thing, closing |
no change. nothing downloaded, and package.json not changed. and no error.
The text was updated successfully, but these errors were encountered: