Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 8
    Sounds like the folder in which you have your executable is not in your PATH environment variable Commented Mar 9, 2017 at 14:06
  • 1
    In my case somehow after I uninstalled SFDX from VSCODE (and uninstalled/resinstalled the SFDX CLI in Win10) my VS Code changed (?) my Terminal window to be using Powershell not a standard command prompt - so THAT is what I was getting "sfdx is not recognized..". After frustrating uninstalls and reboots I realized switching my VS Code Terminal back to a standard command prompt sfdx was working again. Fun. Commented Feb 1, 2022 at 15:28