top of page

Unable to Run Heroku CLI in Visual Studio Code

  • Writer: Siah Peih Wee
    Siah Peih Wee
  • May 20, 2022
  • 1 min read

If you encountered issue like the following

1. Right Click VS Code's Icon > Properties

2. Compatibility > Run this program as Administrator

3. Open VS Code > Open Integrated Terminal


4. Run the following command

Set-ExecutionPolicy RemoteSigned

5. Now you should able to run Heroku CLI like

heroku login 


 
 
 

Comentários


Post: Blog2 Post
  • Facebook
  • Twitter
  • LinkedIn

©2022 by Realization Lion. Proudly created with Wix.com

bottom of page