I have installed Ubuntu Bash on Windows. I already have nodejs and npm on my windows machine at C:\\Program Files\\nodejs. In the bash she
nodejs
npm
C:\\Program Files\\nodejs
Linux command for install nodejs and npm
sudo apt-get install nodejs sudo apt-get install npm
Set path in linux
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
reference https://github.com/microsoft/WSL/issues/3882