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

Commands that install/fetch/pin multiple things should be more robust #389

Open
mikrostew opened this issue Apr 30, 2019 · 1 comment
Open

Comments

@mikrostew
Copy link
Contributor

mikrostew commented Apr 30, 2019

NOTE: this issue predates this project's rename to Volta.

(from #383 (comment))

fetch, pin, and install accept multiple package arguments, like:

The current behavior is to fail fast, so in the above example an error fetching node would abort the whole command. We could be more robust and try to handle all of the specified packages, collecting any errors and reporting at the end.

@benblank
Copy link
Contributor

benblank commented May 1, 2019

While it doesn't constrain us to do the same, it's worth noting that both npm and Yarn follow the fail-fast path.

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