calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
662 stars 344 forks source link

Turbo error: could not determine if yarn is using `nodeLinker: node-module #232

Open davidwuest opened 1 year ago

davidwuest commented 1 year ago

I get the following error when trying to build:

Turbo error: could not determine if yarn is using `nodeLinker: node-modules`: .yarnrc.yml: open /calcom/.yarnrc.yml: no such file or directory
ERROR  could not determine if yarn is using `nodeLinker: node-modules`: .yarnrc.yml: open /calcom/.yarnrc.yml: no such file or directory
The command '/bin/sh -c yarn global add turbo &&     yarn config set network-timeout 1000000000 -g &&     turbo prune --scope=@calcom/web --docker &&     yarn install' returned a non-zero code: 1
ERROR: Service 'calcom' failed to build
davidwuest commented 1 year ago

Sorry, probably the same with #227