Answers for "heroku is not recognized vscode"

3

'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

Browse Popular Code Answers by Language