Answers for "heroku : The term 'heroku' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,"

1

'heroku' is not recognized as an internal or external command, operable program or batch file.

npm uninstall -g heroku-cli
npm i -g heroku

this should work for windows
Posted by: Guest on October-17-2021

Code answers related to "heroku : The term 'heroku' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,"

Browse Popular Code Answers by Language