[SOLVED / FIXED] node is not recognised as internal command
ERROR:
node is not recognised as internal command. When using command npm start or npm i
SOLUTION:
Control Panel -> System and Security -> System -> Advanced System Settings -> Environment Variables
in System Variables
Restart your IDE.
SOLUTION 2
Use this in command prompt:
SET PATH=C:\Program Files\Nodejs;%PATH%