Problem with yarn #17634
Replies: 14 comments 2 replies
-
While installation last night I did not get any errors. |
Beta Was this translation helpful? Give feedback.
-
hey @fabforms ! |
Beta Was this translation helpful? Give feedback.
-
I have docker installed and docker compose installed
The latest version on
yarn, postgress, mode.js
This yarn tool does not have friendly errors
How do I know it's in a running state
Sent from Proton Mail Android
…-------- Original Message --------
On 9/12/24 1:33 PM, Munna Verma wrote:
hey ***@***.***(https://github.com/fabforms) !
have your Docker is in running state in local machine if not first start docker then hit yarn dx command
—
Reply to this email directly, [view it on GitHub](#16585 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BKRFO2ZF22JVOACVLQZ226DZWGC3JAVCNFSM6AAAAABN7VGYCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBWGE3DCNRQGY).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Not sure if it's related, but I'm trying to set this up as well and get this error: |
Beta Was this translation helpful? Give feedback.
-
I had yarn installed from the wrong depository I guess...
|
Beta Was this translation helpful? Give feedback.
-
I tried this still getting same error |
Beta Was this translation helpful? Give feedback.
-
What have you done so far?
…On Thu, Sep 12, 2024, 6:47 PM Geoff ***@***.***> wrote:
I had yarn installed from the wrong depository I guess...
apt remove cmdtest
apt remove yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
apt update
apt install yarn
I tried this still getting same error
I'm now on day 3 of trying to just install and run this
—
Reply to this email directly, view it on GitHub
<#16585 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG6GTYSIG4DXGESBVYHF6KDZWIKWNAVCNFSM6AAAAABN7VGYCCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBXGM3DOOBWGM>
.
You are receiving this because you commented.Message ID: <calcom/cal.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have followed all the instructions Node.js (Version: >=18.x) I have installed docker and docker composer And have them running even though the docs dont mention that . Why does this say Yarn is recommended when it looks like it is clearly a requirement I am using version 3.4.1 of yarn Are these versions ok ? I'm on day 4 on trying to install cal.com And the yarn error is horrible |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm not running docker desktop I'm using the Linux terminal Please explain how run cal.com from the terminal . Do I have to use yarn or is there another way |
Beta Was this translation helpful? Give feedback.
-
This error message seems to be related with not copying the node_modules correctly from the DockFile in the infra folder Since this project is so complicated with so much tooling I can't pin point where to fix it |
Beta Was this translation helpful? Give feedback.
-
They ask not to make bug reports when trying to set up self hosting to keep it clean for the hosted support. Thanks Cal.com team! |
Beta Was this translation helpful? Give feedback.
-
Please send me that link with the list of steps to install as im now on 4 days trying to install this software |
Beta Was this translation helpful? Give feedback.
-
If you have any more questions, lets move the discussion here: JVKeller/cal.com-proxmox#1 |
Beta Was this translation helpful? Give feedback.
-
I have installed all the prerequsites
When I run yarn dx
I get
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)
Any ideas ?
Beta Was this translation helpful? Give feedback.
All reactions