Does anyone have any idea why I am getting this er...
# developers
b
Does anyone have any idea why I am getting this error when running yarn dev?
p
did you do
yarn
before?
b
Yes
p
weird
havent seen that before
b
https://github.com/calcom/cal.com/issues/2531 looks like others are having issues
a
Which yarn version do you have Broderick?
b
3.2.1
a
I think that might be the issue here. Can you try with v1 or 2 From package.json { "node": ">=14.x <15", "npm": ">=7.0.0", "yarn": ">=1.19.0 < 2.0.0" }
b
message has been deleted
I just checked and it was already like this.
Also, this is what it looks like when I run yarn install
a
What I meant is that is what our app (Cal) needs to run. You seem to be running yarn v3.2.0 in your machine Can you try installing yarn v1 or v2 instead? Now it seems it’s trying with npm and failing, we use yarn workspaces and monorepo, I think with v1 or v2 you should be good, let us know.
b
So here's the issue I am dealing with. When I install Yarn 1.22 and I go into my terminal and check the version it says 3.2.0. I am confused on how that is possible.
a
Not sure can try https://yarnpkg.com/cli/set/version yarn set version 2.0.0
b
Yep got it. Now it's complaining about my node version 🙂