Facing this problem while setting up cal locally. ...
# developers
a
Facing this problem while setting up cal locally. I run yarn dx command and this error occured
p
Same happened with me too, can anyone help in this?
v
Have you created a local database or anything like that. Cause I think that you need to add the database url in the .env file.
a
a
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.