Skip to content

Switching Quire versions or upgrading old projects? #711

Answered by geealbers
swroberts asked this question in General
Discussion options

You must be logged in to vote

@swroberts We run macOS and use Node Version Manager (nvm). It works great for us. There's also a nvm-windows which is a different tool, but should provide the same functionality. Using a version manager for Node let's you have different versions of Node on your computer, that you can easily switch back and forth from, one that you use for Quire 0.20.4 projects, and another for 1.0.0 projects. Here's our write up on using nvm specifically:

  1. Uninstall your current version of Quire with npm uninstall -g @thegetty/quire-cli

  2. Install nvm with the following command:

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
    
  3. Verify with this command, which should return

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Erin-Cecele
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants