taubyte / tau

Open source distributed Platform as a Service (PaaS). A self-hosted Vercel / Netlify / Cloudflare alternative.
https://tau.how
BSD 3-Clause "New" or "Revised" License
3.18k stars 85 forks source link

Docs: unclear inputs about local usage #235

Closed a0m0rajab closed 1 week ago

a0m0rajab commented 1 month ago

Going through the local cloud docs the instruction was mentioning to install tau on local machine by using npm i the issue with this code is not allowing to run dream globally, When I used the global flag: -g, I could run tau but got the next message:

dream new multiverse
Downloading dream v1.1.0...
-> downloading [========================================] 100% 0.0s
Extracting dream v1.1.0...
Binary not found. Please run the install script.

with this message, I could not get any information about the binary and how to use it, where to find it etc? some help would be appreciated.

Related code: https://github.com/taubyte/tau-cli/blob/5d7b1e540fe44170e75c614beb94b3a6fa64c919/npm/index.js#L92-L96

Seems like I needed to have tau-cli installed as well?

samyfodil commented 1 month ago

@a0m0rajab can you provide info about your env so I can reproduce?

a0m0rajab commented 1 month ago

@samyfodil I think I tried to use it on windows (do not remember exactly, but will try to use it again in the next few days)

samyfodil commented 2 weeks ago

@a0m0rajab were you able to reproduce the issue?

samyfodil commented 1 week ago

No enough details on the issue.