hoop33 / gqall

A CLI for running a GraphQL query and requesting all fields
MIT License
14 stars 1 forks source link

Issues with Nodejs #2

Open rmasci opened 3 years ago

rmasci commented 3 years ago

I know you put a lot of time and effort into this but NodeJS is something of a problem in that -- what version(s) are they running, what else do they need to run, what are those dependancies - - Point is from a person who just wants your utility -- node js is a pain. I've had other apps that I need to install that are node js and it's the same thing. I don't want to invest HOURS learning all the ins and outs of node js... I just want your utility as I need it to do some queries that I am looking into. Frankly for someone who doesn't know node js -- because of these difficulties I don't want to know node js, or perl, or php, or python for these reasons. The end system(s) you need to run it on may not have all the dependancies your dev system has and that just adds to installation pain. I write in a language that allows me to compile it for Mac, Linux, Windows, solaris and all the 32 and 64 bit variants. Copy the binary over and it just works. Thanks for your time and effort, but I am running the latest mac os, I brew installed npm, I ran the npm install gqall -- its not working.