iwasakims opened a new pull request #794: URL: https://github.com/apache/bigtop/pull/794
https://issues.apache.org/jira/browse/BIGTOP-3565 ``` [INFO] Running 'npm install --production --no-save --no-package-lock --no-shrinkwrap' in /bigtop/build/alluxio/rpm/BUILD/alluxio-2.4.1/webui [ERROR] /bigtop/build/alluxio/rpm/BUILD/alluxio-2.4.1/webui/node/node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /bigtop/build/alluxio/rpm/BUILD/alluxio-2.4.1/webui/node/node) ``` Upgrading node.js to 12 same as done for https://github.com/apache/bigtop/pull/793 should be the fix. We need to upgrade npm too to the version supporting node 12 here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
