I'm trying to update the version of node.js using nodist 0.9.1. When I hit the following command, it installs provided version of node.
node 10.14.0
Now, when I hit nodist
, it shows
PS C:\Users\Mohit.Sharma> nodist
(x64)
10.14.0
10.16.0
> 11.13.0 (global: v11.13.0)
but when I hit node -v
, it shows
v10.7.0