// IF you are using node 17 and you see this error: // Error message "error:0308010C:digital envelope routines::unsupported"
// Downgrade to node 16.13.0
// And Install the nvm using chocolatey: choco install nvm
// Go to your project folder and run this command: nvm install 16.13.0
// After that, if you have it installed correctly, run this: nvm uses 16.13.0