trypear / pearai-app

PearAI: Open Source AI Code Editor (Fork of VSCode). The PearAI Submodule (https://github.com/trypear/pearai-submodule) is a fork of Continue.
https://trypear.ai
MIT License
229 stars 80 forks source link

command not found when running pearai-submodule as Contributor #113

Open Jaswir opened 6 days ago

Jaswir commented 6 days ago

Describe the bug

I followed https://github.com/trypear/pearai-app/blob/main/CONTRIBUTING.md When I run the pearai-submodule with Extension (VS Code) And do CMD + L I get error.

image

How to reproduce

  1. Open pearai-app directory
  2. ./scripts/pearai/setup-environment.sh
  3. ./scripts/pearai/install-dependencies.sh
  4. Open pearai-submodule in separate directory

Expected behavior

I expected PearAI to work perfectly, and CMD+L would open chat.

Screenshots

image

Additional information

I have Macbook Apple M3 Use Node v20.18.0 Python 3.11.1 Yarn 1.22.22 Have Git, Rust And Xcode and Command Line Tools installed

Jaswir-Stormsail commented 6 days ago

On my windows laptop it works for me.