You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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: -
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
The text was updated successfully, but these errors were encountered: