Skip to content

Easier way to migrate globally installed binaries between node versions #935

@cafreeman

Description

@cafreeman

Currently, if you've got a globally installed binary (e.g. ember-cli), and you switch Node versions, you have to also either re-pin or re-install any binaries might need. Per the docs, this can be done v0.9.0+ with

volta run --node 15 npm i -g ember-cli

It would be nice if this could be abstracted a bit into a top-level migrate command so that it'd be both more ergonomic and more discoverable from volta's help documentation.

Maybe something like volta migrate <package name> <node version>?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions