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

Expected version "3.4.1". Got "1.22.19" #229

Closed krumware closed 1 year ago

krumware commented 1 year ago

There is an issue with yarn at runtime not using the proper version

+ yarn start
yarn run v1.22.19
$ turbo run start --scope="@calcom/web"
 WARNING  cannot find a .git folder. Falling back to manual file hashing (which may be slower). If you are running this build in a pruned directory, you can ignore this message. Otherwise, please initialize a git repository in the root of your monorepo
• Packages in scope: @calcom/web
• Running start in 1 packages
• Remote caching disabled
@calcom/web:start: cache bypass, force executing c1e1727a8a909a0c
@calcom/web:start: error @calcom/web@2.7.1: The engine "yarn" is incompatible with this module. Expected version "3.4.1". Got "1.22.19"
@calcom/web:start: error Commands cannot run with an incompatible environment.
@calcom/web:start: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
@calcom/web:start: ERROR: command finished with error: command (/calcom/apps/web) yarn run start exited (1)
command (/calcom/apps/web) yarn run start exited (1)
krumware commented 1 year ago

updated yarnrc in main, awaiting republish

krumware commented 1 year ago

resolved