It's a symlink related issue, quite common on windows.
If you are on windows, you might want to use the following command when cloning, with admin privileges: 'git clone -c core.symlinks=true https://github.com/calcom/cal.com.git'
From the official doc.