How to troubleshoot symbolic link issues on Windows
git config --get core.symlinksEnable symbolic links
Create a new clone with symbolic links enabled (Recommended)
git clone -c core.symlinks=true https://github.com/calcom/cal.com.git
Enable symbolic links in your existing cloned repo
git config core.symlinks truegit config --get core.symlinksgit restore packages/prisma/.env
Last updated
Was this helpful?