Chirag Dogra
01/16/2023, 10:03 AMyarn dev
while setting up the project in my local machine for contribution I'm getting this errorHariom Balhara
01/16/2023, 10:21 AMChirag Dogra
01/16/2023, 10:32 AMHariom Balhara
01/16/2023, 10:33 AMChirag Dogra
01/17/2023, 11:00 AMHariom Balhara
01/17/2023, 1:09 PMChirag Dogra
01/18/2023, 9:51 AMChirag Dogra
01/18/2023, 9:52 AMChirag Dogra
01/18/2023, 10:33 AMHariom Balhara
01/18/2023, 11:07 AMAli
01/18/2023, 12:47 PMChirag Dogra
01/19/2023, 10:23 AMChirag Dogra
01/19/2023, 10:23 AMAli
01/20/2023, 3:36 AMhttps://calendso.slack.com/archives/C01V37YT188/p1674046036936989?thread_ts=1673863384.994809&cid=C01V37YT188Did this help at all? If you already have the repo pulled, here's what you can do. • Open gitbash with elevated (Admin) privileges • In the elevated gitbash move to your project directory • From the elevated gitbash run the command
git config core.symlinks true
• From the elevated gitbash run the command git config --get core.symlinks
and confirm that it returns true
• Delete the packages/prisma/.env
file
• From the elevated gitbash run the command git restore packages/prisma/.env
It should reload the packages/prisma/.env
file as a symlink now, and the error should go away.
Do let me know if this helped 🙏Chirag Dogra
03/02/2023, 8:21 AMChirag Dogra
03/02/2023, 8:21 AMChirag Dogra
03/02/2023, 8:21 AMChirag Dogra
03/02/2023, 9:12 AMChirag Dogra
03/02/2023, 9:13 AMChirag Dogra
03/02/2023, 9:21 AMChirag Dogra
03/02/2023, 9:21 AMChirag Dogra
03/02/2023, 10:37 AMChirag Dogra
03/02/2023, 10:37 AMChirag Dogra
03/02/2023, 10:37 AMAli
03/02/2023, 12:05 PMAlthough it is compiling in WSLOkay, just to make sure you are aware of what was going on, yes, it was compiling just fine, but there was no Database server running. You needed to have an active DB server running and the link to connect to it. Docker solved this for you because Docker runs that server for you, but you could have just as easily installed Postgres and set it up for usage 🙂 I'm glad it is all sorted though, 🙏
Chirag Dogra
03/03/2023, 8:40 AM