tomaspavlin / clubhouse-client

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

Cant yarn install #5

Closed chsnt closed 3 years ago

chsnt commented 3 years ago
yarn install v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
error nanoid@3.1.20: The engine "node" is incompatible with this module. Expected version "^10 || ^12 || ^13.7 || ^14 || >=15.0.1". Got "13.6.0"
error Found incompatible module.
yusufulusoy commented 3 years ago

@chsnt, your Node version is "13.6.0" and incompatible for a dependency. You have to upgrade your node to 13.7 or newer versions.