Why when installing node.js 7.0.0 shows what is installed v0.10.24? http://puu.sh/s9Atl.png

    2 answers 2

    1. Make sure the bit is the same if you are working on x64.
    2. Check the path variable.
    3. Check the absence of node in the current directory.
    • 1) Same 2) The path is correct 3) None If you run the Node.js command prompt from the launch, everything shows fine, but it is inconvenient. - xDololow
    • @xDololow 2) Apparently not. - D-side

    Check the paths, in the echo% PATH% or set console, apparently in the PATH variables there is a path to the older version of the node and it is registered before the new one, which is why it displays the older one