Recently looking at Avalon, when installing Fekit, it was found that the node version requires 0.8.x, and the current version of my computer is 1.2, and the former has just been upgraded. The problem arises, I have to downgrade the node version to install, every time I encounter this problem will need to toss it back? So, Baidu down, and then found NVMW this tool.
Installation steps: (assuming the NVMW is installed in the D-drive Git_item)
D:
CD Git_item
git clone https://github.com/hakobera/nvmw.git
add D:\git_item\nvmw\ to the environment variable path
安装就完成了。
Typing NVMW directly in the console lists the list of commands.
At the time of installation, there was a pit, and I found that using Git bash was not possible with the NVMW command, but under Windows default cmd.
Using NVMW to solve multi-version node issues under Windows