vulcan-sql icon indicating copy to clipboard operation
vulcan-sql copied to clipboard

first install fails

Open Elexy opened this issue 1 year ago • 0 comments

Environment

  • Version: 2024-10-04 14:28:24.776 INFO [CLI] cli version: 0.10.4 2024-10-04 14:28:24.779 INFO [CLI] core version: - 2024-10-04 14:28:24.780 INFO [CLI] build version: - 2024-10-04 14:28:24.780 INFO [CLI] serve version: -

    cli version: 0.1.0-alpha.1
    core version: 0.1.0-alpha.1
    build version: 0.1.0-alpha.1
    serve version: 0.1.0-alpha.1
    
  • OS: Ubin

What's wrong?

After following the tutorial and running npm i -g @vulcan-sql/cli, i got error for modules not being installed. It seems core/build/serve need to be installed separately. Perhaps the docs need to be updated or something broke in the installation.

What's the correct behavior?

tutorial matches reality

Reproducing steps

npm i -g @vulcan-sql/cli vulcan hello curl http://localhost:3000/api/flights curl: (7) Failed to connect to localhost port 3000 after 0 ms: Connection refused

Elexy avatar Oct 04 '24 14:10 Elexy