-
As we prepare to update our workflows to Quire 1.0, we're faced with the question of how to deal with older projects. We have many Quire projects using 0.20.4. Quire 1.0 will not build these older projects, so if they need updating, we need to use 0.20.4. So: do we upgrade all the old projects to 1.0 or is there a way to install two versions of Quire and switch between them to update older projects? Has anyone encountered this or have recommendations? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@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:
Thost last commands install the needed versions of Quire and associates them with those two versions of Node. You can then switch back and forth between Quire versions by switching back and forth between Node versions. So, |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, @geealbers! This is exactly what we needed to know. Solutions like this save a lot of work! |
Beta Was this translation helpful? Give feedback.
@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:
Uninstall your current version of Quire with
npm uninstall -g @thegetty/quire-cli
Install nvm with the following command:
Verify with this command, which should return
…