Open PhiLhoSoft opened 7 years ago
Hmmm...it seems like this may be a bug in node-jq
's installation process on Windows, yet it seems to think it installed successfully. Does using jq
filters in the app work?
I just tested, they seem to work, if that's stuff like [5].foo.url
to access [ ..., { "foo": { "url": "http", ... }, ... }, ... ]
for example.
node-jq
tries to run ./configure ...
which can't run on windows, beacause the ./
is not valid syntax.
The command that fails has the --disable-maintainer-mode
param (... so is not so important ???)
But somehow I didn't get this error (Win10 here too)
FYI, I had errors displayed while installing the software on Windows 10 Pro (64-bit, French). Strangely, they don't prevent
jsplora
to launch the program that seems to work fine (from a quick test). That's why it is "for your information"... Feel free to close if needed.I cut down the output of NPM's modules. The French message says it doesn't recognize '.' as a command.