anyone else have an issue clicking the Vercel depl...
# developers
b
anyone else have an issue clicking the Vercel deploy button on the
<https://github.com/calcom/cal.com>
repo and getting it to install on a Pro account? failing with the attached image. if i clone the repo and run
yarn install --immutable
locally it will also fail with
The lockfile would have been modified by this install, which is explicitly forbidden.
if i do a
yarn install
it removes many that were added in this commit: https://github.com/calcom/cal.com/commit/3815a4c4bf40663285ab0661a2e02d647fca4051 @Emrysal
n
@Ben Weiner did you ever resolve this
b
yup, by setting
YARN_ENABLE_IMMUTABLE_INSTALLS
to
false