Files
medusa-store/docs/content/troubleshooting/cli-installation-errors.mdx
2023-06-06 15:18:23 +03:00

33 lines
691 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 'Resolve Errors Installing Medusa CLI'
---
import PermissionErrorsSection from './cli-installation-errors/_permission-errors.md'
import PowershellErrorSection from './cli-installation-errors/_powershell-error.md'
import YarnError from './cli-installation-errors/_yarn-error.mdx'
In this document, you can find solutions to some common problems that occur when installing Medusas CLI Tool.
## NPM Error: EACCES Permissions Errors
<PermissionErrorsSection />
---
<!-- vale off -->
## Powershell Error: command not found: medusa
<!-- vale on -->
<PowershellErrorSection />
---
<!-- vale off -->
## Yarn Error: command not found: medusa
<!-- vale on -->
<YarnError />