Grasscutters / Cultivation

A custom launcher designed to make it as easy as possible to proxy anime game traffic to private servers.
Apache License 2.0
974 stars 160 forks source link

Cannot start Cultivation from source code #30

Closed AngelCMHxD closed 2 years ago

AngelCMHxD commented 2 years ago

I tried starting cultivation using npm run start:dev but it doesn't work because it tries to use yarn (I don't have yarn installed). I already installed dependencies with npm i also, I'm using the branch "patching".

Screenshot: image

AZthemute commented 2 years ago

You haven't installed yarn. Check https://classic.yarnpkg.com/lang/en/docs/install/

AngelCMHxD commented 2 years ago

I know, I installed it and everything it's working fine, but why yarn isn't it listed as a requirement in the readme of the repo? At first it doesn't seem that it's needed because the readme says that you can also use npm to run those commands.

AZthemute commented 2 years ago

Odd. Well, now you know...

The question is, should I make a PR to fix this or is that just a waste of a PR?

SpikeHD commented 2 years ago

Added yarn as a requirement in the README