GabiAxel / google-cloud-gui

GUI for Google Cloud Datastore emulator and production
MIT License
158 stars 28 forks source link

Cannot install with yarn #13

Open Tomucha opened 4 years ago

Tomucha commented 4 years ago

Hi there! I cannot install it no matter what:

$ yarn global add google-cloud-gui
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'global'

$ yarn --version
0.32+git

... to be honest - I have no idea what I'm even doing. Never heard of yarn :-(

Tomucha commented 4 years ago

Ah, ok. I installed yarn with "apt-get install yarn" which is - God knows what. What I should do was install it through NPM npm install -g yarn.

Maybe you want to mention it in README, just to make it more accessible for non-JS people.

Thanks!