From 3d4e71aa457a6e3913b96ee13e3b5ac0c8482bbc Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 29 Dec 2022 16:38:33 +0200 Subject: [PATCH] docs: added a section to the troubleshooting guide (#2916) --- .../cli-installation-errors.mdx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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