node.jsn

Node version manager


I'm trying to install n to downgrade node it gives me:

Unsupported platform for n@8.0.0: wanted {"os":"!win32"} (current: {"os":"win32","arch":"x64"})

enter image description here

If you know how to solve this please let me know.


Solution

  • The official doc says:

    n does not work in native shells on Microsoft Windows (like PowerShell), or Git for Windows BASH, or with the Cygwin DLL.

    So yeah, your Windows machine is unsupported.