-
Hello everybody :) I wanted to take some time and (maybe) fix the issue by myself which I reported. I read the guide to get the application up and running but I miss something or the documentation (Readme) could be enhanced: The quick setup says
I interpret the or as "I can use yarn or npm". I haven't installed yarn on my local machine because I don't do that much with NodeJS so npm is sufficient for my cases. So I am just running
I used the following branches: So my questions are basically the following:
I have no experience with yarn so far so I am happy if you can give me some hints to get it up and running :) Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @mbedded sorry about that. My bad, this project uses In the meantime, install |
Beta Was this translation helpful? Give feedback.
Hi @mbedded sorry about that. My bad, this project uses
yarn
and it's a prerequisite.I'll update the readme to fix the misleading instructions.
In the meantime, install
yarn
globally and use it to install the dependencies.