I can't seem to get node & npm available globally. -I installed it with the windows installer -Made sure the path "C:\Program Files\nodejs\node.exe" is in my user path as well as in system path.
userpath: C:\Ruby22-x64\bin;"C:\Program Files\nodejs";"C:\Users\Robin V\AppData\Roaming\npm" (tried it with and without quotes)
systempath: ...;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files\nodejs\;C:\Users\Robin V\AppData\Roaming\npm\ - Rebooted multiple times - Ran cmd as administrator
"node" still returns the not recognized error
UPDATE:
- i checked tHKEY_CURRENT_USER\Environment and made sure the "PATH" key type is REG_EXPAND_SZ
- i negated all paths with a space with " quotes
- i there are no space between teh semicolons and the paths
- i execture cmd as administrator
Anything else i can try ?
nodejs
oriojs
instead of node -- have you tried those? The exe looks like its named node, but just to be sure... – prekolnanode.exe
and notnode
(explicitly writing out extension in the command)? – Aleksei Zabrodskii