1

I am trying to setup project called https://github.com/calcom/cal.com but it give me following error when I run yarn dx

@calcom/prisma:db-up: failed to read C:\Learning\Open-Source\cal.com\packages\prisma\.env: line 1: unexpected character "/" in variable name
@calcom/prisma:db-up: failed to read C:\Learning\Open-Source\cal.com\packages\prisma\.env: line 1: unexpected character "/" in variable name
@calcom/prisma:db-up: ERROR: command finished with error: command (C:\Learning\Open-Source\cal.com\packages\prisma) yarn run db-up exited (1)
command (C:\Learning\Open-Source\cal.com\packages\prisma) yarn run db-up exited (1)

 Tasks:    1 successful, 2 total
Cached:    0 cached, 2 total
  Time:    7.73s
Failed:    @calcom/prisma#db-up

 ERROR  run failed: command  exited (1)

So can anyone help me solve above issue note that I followed all setups which is available in readme.md

So can anyone help me solve above issue note that I followed all setups which is available in readme.md

1 Answers1

0

I also get this error when I start exploring cal.com project,It says like there is problem in cal.com\packages\prisma.env as far as I know. You can do one thing just copy cal.com.env to the cal.com\packages\prisma.env and then run yarn dx. It will start working .

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 13 '23 at 13:32