The 'node-jq' is necessary?
See original GitHub issueBuilding jq from https://github.com/stedolan/jq/releases/download//jq-1.6/jq-1.6.tar.gz
Error: Command failed: /bin/sh -c autoreconf -fi
configure.ac:36: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:36: error: possibly undefined macro: AM_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
at /usr/lib/node_modules/bull-repl/node_modules/execa/index.js:231:11
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Promise.all (index 0) {
code: 1,
killed: false,
stdout: '',
stderr: "configure.ac:36: warning: macro 'AM_PROG_LIBTOOL' not found in library\n" +
'configure.ac:36: error: possibly undefined macro: AM_PROG_LIBTOOL\n' +
' If this token and others are legitimate, please use m4_pattern_allow.\n' +
' See the Autoconf documentation.\n' +
'autoreconf: /usr/bin/autoconf failed with exit status: 1\n',
failed: true,
signal: null,
cmd: '/bin/sh -c autoreconf -fi',
timedOut: false
}
This is too complicated.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
5 Reasons Why You Should Choose Node.js for App ... - ClickIT
It is necessary to understand that Node.js is not a framework or a library, as with traditional application software, but rather a runtime...
Read more >What Is Node.js and Why You Should Use It
Maintainable—Node.js is an easy choice for developers since both the frontend and backend can be managed with JavaScript as a single language.
Read more >Why and When to Use Node.js in 2021 [Complete Guide]
Real-time applications. As we have found that Node.js can ensure great speed and performance, one of the textbook Node.js use cases is real-time ......
Read more >Why Node.js ? - GeeksforGeeks
You only need for making one. According to the Node.js Survey of users, 43% of Node.js programmers claim to use Node.js for enterprise...
Read more >When to Use Node.js and Get the Most from It? - Uptech
Node.js is perfect for such tasks, as it provides an application programming interface to work with streams and allows creating readable and writable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Note: If you use
NODE_JQ_SKIP_INSTALL_BINARY=true
and install ownjq
, need to useJQ_PATH
for path of your ownjq
@skyblue, suggest your variant with causes, why it should be