For me helped next:
Turn on windows Developer Mode via Windows Settings (Open Windows Settings, search for Developer settings or Go to Update & Settings then For developers. Toggle the Developer Mode setting, at the top of the For developers page. Read the disclaimer for the setting you choose. Click Yes to accept the change)
Setup nvm 1.1.12 (not newest, bcs it doesn't correctly setup npm) https://github.com/coreybutler/nvm-windows/releases/download/1.1.12/nvm-setup.zip
If you don't have any installed NodeJs, then during installation specify path to nmv: D:\Programs\nvm - dont use disk C: Then installer will be asked to install nodejs, specify path to D:\Programs\nodejs - don’t use disk C:
after installation check is powershell/terminal recognizing nvm alias - if not then setup environment variables (Win+R then input: sysdm.cpl then Advanced tab) Open Path variable - edit it - input next:
d:\Programs\nvm
d:\Programs\nodejs\
install needed nodejs version: nvm install 12.19.1
activate installed nodejs version: nvm use 12.19.1