comp426-2022-fall / a02

Create a command line Node.js package that ingests API data from Open-Meteo
GNU Affero General Public License v3.0
0 stars 0 forks source link

Clarification needed: How to run galo.sh #9

Closed calebbg closed 2 years ago

calebbg commented 2 years ago

URL of file with confusing thing

https://github.com/jdmar3/galo.sh/

What is confusing?

I'm not sure what steps are necessary for running the provided galo.sh script. I've cloned it and tried running it in VSCode in a bash terminal, but it says I'm missing the jq dependency (despite having already installed it on my machine).

What do you think the confusing thing means?

I feel I'm missing something and I don't see where this process is explained. Either there is something I should understand and do not, or I need to get VSCode to work with jq somehow.

What did you read to try to understand better what is happening and solve the issue?

Looked at lecture recordings and tried to follow similar steps and I looked at past issues.

calebbg commented 2 years ago

Tried running it in the regular Command Prompt linux environment and it seems to be working, not sure why it wasn't working in the VSCode terminal