Got this error when trying to change the node based on the development tool

Solution
Open the Command Prompt as administrator

> Check if the required node version is available or not using the command “nvm ls“.
> If the node is available run the command “nvm use x.x.x“
> If the node is not available in the list install the node using “”nvm install x.x.x“. Then run the command “nvm use x.x.x“

Now the using node will be the latest one we selected Command Prompt.
