NodeJS Install in WSL

NodeJS 14+ is needed in WSL. Usual installation via apt in Ubuntu doesn't work. This one works so far:

1curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
2sudo apt-get install -y nodejs