[GH-ISSUE #20] error running on windows 10 #10

Closed
opened 2026-02-22 18:17:26 -05:00 by yindo · 2 comments
Owner

Originally created by @kaza on GitHub (Jun 10, 2023).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/20

I tried running it on windows 10, got following error:

'cp' is not recognized as an internal or external command,
operable program or batch file.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
PS E:\source\repos\anything-llm>

Originally created by @kaza on GitHub (Jun 10, 2023). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/20 I tried running it on windows 10, got following error: 'cp' is not recognized as an internal or external command, operable program or batch file. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. PS E:\source\repos\anything-llm>
yindo closed this issue 2026-02-22 18:17:26 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 11, 2023):

Are you running this in powershell? You would need to use a WSL terminal or a BASH wrapper when doing this on windows since commands like cat ls and other *inux commands are not available

@timothycarambat commented on GitHub (Jun 11, 2023): Are you running this in powershell? You would need to use a WSL terminal or a BASH wrapper when doing this on windows since commands like `cat` `ls` and other *inux commands are not available
Author
Owner

@timothycarambat commented on GitHub (Jun 12, 2023):

Refer to PR #34, once merged can run rocker

@timothycarambat commented on GitHub (Jun 12, 2023): Refer to PR #34, once merged can run rocker
yindo changed title from error running on windows 10 to [GH-ISSUE #20] error running on windows 10 2026-06-05 14:32:59 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#10