I've followed the instructions on the node.js installation page for windows, but node is not available.
PS C:\Windows\system32> fnm install 22
Installing ←[36mNode v22.13.1←[0m (x64)
←[1;33mwarning:←[0m Version already installed at "C:\\Users\\ianvs\\AppData\\Roaming\\fnm\\node-versions\\v22.13.1"
PS C:\Windows\system32> node -v
node : The term 'node' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ node -v
+ ~~~~
+ CategoryInfo : ObjectNotFound: (node:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Am I missing something?
(I am using Windows 11 in Parallels from my mac, in case that matters)
And yes, I closed and re-opened the shell several times, and also tried running as administrator.
I've followed the instructions on the node.js installation page for windows, but
nodeis not available.Am I missing something?
(I am using Windows 11 in Parallels from my mac, in case that matters)
And yes, I closed and re-opened the shell several times, and also tried running as administrator.