NVM for Windows & Angular issue solved with Node downgrade with nvm

 

Downgraded Node to version 14.20.0 to resolve the error

ERROR :
Error: error:0308010C:digital envelope routines::unsupported
https://stackoverflow.com/questions/73144960/error-error0308010cdigital-envelope-routinesunsupported-at-new-hash-nodei

nvm use 14.20.0

Commands:
nvm install lts

nvm list available

https://github.com/coreybutler/nvm-windows/releases

NVM git -https://github.com/coreybutler/nvm-windows#installation--upgrades




To install that specific version, run nvm install node-version-number. For example, nvm install 14.20.0.



Resource link
https://www.freecodecamp.org/news/nvm-for-windows-how-to-download-and-install-node-version-manager-in-windows-10/


Comments