Skip to content
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

install --greedy + multiple package names #64

Open
timoxley opened this issue May 11, 2014 · 1 comment
Open

install --greedy + multiple package names #64

timoxley opened this issue May 11, 2014 · 1 comment

Comments

@timoxley
Copy link
Contributor

npmd install --greedy mocha tape tap appears to ignore the first package argument:

npmd install --greedy mocha tape tap
{
  "tape": {
    "name": "tape",
    "version": "2.12.3",
    "shasum": "5559d5454050292627537c012991ec6971f66156",
    "path": "/Users/timoxley/Projects/test/m/node_modules/tape"
  },
  "tap": {
    "name": "tap",
    "version": "0.4.9",
    "shasum": "8c264ea2936a923b1cbb342aeb8d4032fda202a5",
    "path": "/Users/timoxley/Projects/test/m/node_modules/tap"
  }
}
@dominictarr
Copy link
Owner

Oh right, that is because of how optimist thinks --greedy=tape it,
I've set it to be a boolean type.
reinstall npmd, you should get npmd-config@1.0.12 and that will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants