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
676 stars 346 forks source link

yarn.lock file seems not to be up-to-date with dependencies #363

Open ayman-makki opened 4 months ago

ayman-makki commented 4 months ago

I have seen this error coming a lot in previous issues, and still it is being raised for me. Building is fine, but running the calcom container leads to :


calcom-1  | Skipping Routing Form - Seeding - Pro User not found
calcom-1  | + yarn start
calcom-1  | Internal Error: @calcom/baa-for-hipaa@workspace:packages/app-store/baa-for-hipaa: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile
calcom-1  |     at P0.getCandidates (/calcom/.yarn/releases/yarn-3.4.1.cjs:435:5145)
calcom-1  |     at yf.getCandidates (/calcom/.yarn/releases/yarn-3.4.1.cjs:391:1264)
calcom-1  |     at /calcom/.yarn/releases/yarn-3.4.1.cjs:439:7693
calcom-1  |     at of (/calcom/.yarn/releases/yarn-3.4.1.cjs:390:11070)
calcom-1  |     at ge (/calcom/.yarn/releases/yarn-3.4.1.cjs:439:7673)
calcom-1  |     at async Promise.allSettled (index 9)
calcom-1  |     at async $s (/calcom/.yarn/releases/yarn-3.4.1.cjs:390:10398)
calcom-1  |     at async /calcom/.yarn/releases/yarn-3.4.1.cjs:439:8205
calcom-1  |     at async ti.startProgressPromise (/calcom/.yarn/releases/yarn-3.4.1.cjs:390:47579)
calcom-1  |     at async je.resolveEverything (/calcom/.yarn/releases/yarn-3.4.1.cjs:439:6233)