I know it is an older post but as I write this the version of Node js is 12.13.1. People face this generally because they might have already installed a previous version of Node js which added the following to the system path.
C:\Program Files\nodejs\node_modules\npm\bin
However, the newer versions need to add the following:-
C:\Program Files\nodejs
I mean to say the path where you installed the Nodejs. The default is
C:\Program Files\nodejs
However, if you gave a different location you should point it to that.