question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The 'node-jq' is necessary?

See original GitHub issue
Building 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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
darkycommented, Aug 7, 2020

Note: If you use NODE_JQ_SKIP_INSTALL_BINARY=true and install own jq, need to use JQ_PATH for path of your own jq

0reactions
darkycommented, Aug 11, 2020

@skyblue, suggest your variant with causes, why it should be

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found