AgoraIO-Community / flexible-classroom-desktop

12 stars 21 forks source link

Error installing packages #10

Open t7cabral opened 3 months ago

t7cabral commented 3 months ago

First of all, thank you for making the project public. When I run the commands:

  1. cd flexible-classroom-desktop
  2. git checkout release/2.9.40-special.1
  3. yarn install:packages

The following error is displayed: Captura de Tela 2024-05-15 às 12 28 20

Which version of Node, NPM and Yarn to use?

Thanks!

zzdreamer commented 3 months ago

I encountered the same error,I execute the following actions and then startup success

  1. nvm install 16.10.0
  2. yarn cache clean
  3. yarn config set registry https://registry.npmmirror.com/
  4. yarn install:packages
ImamDroubi commented 2 months ago

Hello, I also have this problem , I've struggled with it the whole day, changing versions up and down and removing and re-installing, and nothing worked, even the comment above from zzdreamer

If you found the solution, I hope you can share it. Thanks.

CREDO23 commented 1 month ago

I have the same issue !