You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
NOTE: this issue predates this project's rename to Volta.
(from #383 (comment))
fetch
,pin
, andinstall
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.The text was updated successfully, but these errors were encountered: