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

$ pnpm install dep1 dep2 logs only dep1, swallowing evertyhing else while installing both though #108

Closed
iamstarkov opened this issue Feb 11, 2016 · 4 comments
Assignees

Comments

@iamstarkov
Copy link
Contributor

It seems like pnpm logs only first target modules to install. Simple test case for pnpm 0.17.0 are no-deps packages as inherits and ramda:

$ pnpm i inherits
  inherits                                                          2.0.1 ✓
$ pnpm i ramda
  ramda                                                            0.19.1 ✓
$ pnpm i inherits ramda
  inherits                                                         0.19.1 ✓
$ pnpm i ramda inherits
  ramda                                                            0.19.1 ✓
@rstacruz
Copy link
Member

how about pnpm-install ramda inherits?

@iamstarkov
Copy link
Contributor Author

nope:

$ pnpm-install ramda inherits
  ramda                                                             2.0.1 ✓

i looked into that cli switch and its not the problem, installMultiple gets both packages and logger with getTask get both packages to act on as well .

@rstacruz
Copy link
Member

shame, I can't believe I missed this.

@iamstarkov
Copy link
Contributor Author

its fine, i just didn't find yesterday exact lines where this missing happens, so i decided to share this problem

@zkochan zkochan self-assigned this Mar 5, 2017
zkochan added a commit to pnpm/pnpm-default-reporter that referenced this issue Mar 5, 2017
When installing more than one package via a named installation.
E.g. `pnpm i foo bar`, the output should log the status of each
package installation.

Ref pnpm/pnpm#108
@zkochan zkochan closed this as completed in cb5a08e Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants