diff --git a/docs/content/troubleshooting/cli-installation-errors.mdx b/docs/content/troubleshooting/cli-installation-errors.mdx index 78712d5234..2c1c758d55 100644 --- a/docs/content/troubleshooting/cli-installation-errors.mdx +++ b/docs/content/troubleshooting/cli-installation-errors.mdx @@ -15,6 +15,22 @@ You can check out more information in [NPM’s documentation](https://docs.npmjs +## Powershell Error: command not found: medusa + + + +If you're using Powershell and you installed the CLI tool, but when you try to use it you get the error: + +```bash noReport +command not found: medusa +``` + +Try closing your Powershell window and opening a new one. + +--- + + + ## Yarn Error: command not found: medusa @@ -46,4 +62,4 @@ setx path "%path%;c:\users\YOURUSERNAME\appdata\local\yarn\bin" -You can learn more in [Yarn’s documentation](https://classic.yarnpkg.com/en/docs/cli/global#adding-the-install-location-to-your-path). +You can learn more in [Yarn’s documentation](https://classic.yarnpkg.com/en/docs/cli/global#adding-the-install-location-to-your-path). \ No newline at end of file