tomaspavlin / clubhouse-client

User-friendly web client for Clubhouse - drop-in audio chat. Written in React.
MIT License
34 stars 4 forks source link

Can't install with "yarn install" command (error messages) #9

Open randolf opened 1 year ago

randolf commented 1 year ago

I followed the instruction in the README.md file after cloning this repository, but I receive errors when I attempt to install:

git clone https://github.com/tomaspavlin/clubhouse-client Cloning into 'clubhouse-client'... remote: Enumerating objects: 236, done. remote: Counting objects: 100% (236/236), done. remote: Compressing objects: 100% (108/108), done. remote: Total 236 (delta 125), reused 232 (delta 121), pack-reused 0 Receiving objects: 100% (236/236), 448.00 KiB | 1.52 MiB/s, done. Resolving deltas: 100% (125/125), done.

cd clubhouse-client

yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

cd api && yarn install 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

These two next commands confirm that npm and yarn are both installed:

npm --version 7.5.2

yarn --version 0.32+git

What do I need to do to get this working? Thanks.

(I'm using Debian Linux 11.5.)

tomaspavlin commented 1 year ago

You need to run the command in directory with package.json file.