You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by GitBox <gi...@apache.org> on 2020/04/24 10:40:07 UTC

[GitHub] [thrift] dcelasun edited a comment on pull request #2032: THRIFT-5116: Update NodeJS to supported version on Ubuntu Xenial

dcelasun edited a comment on pull request #2032:
URL: https://github.com/apache/thrift/pull/2032#issuecomment-618937017


   I've restarted it and it failed again, because there really is a bug :slightly_smiling_face: This:
   
   ```
   echo "deb https://deb.nodesource.com/node_10.x xenial main" | tee /etc/apt/sources.list.d/nodesource.list
   ```
   should be
   ```
   echo "deb https://deb.nodesource.com/node_10.x xenial main" | tee /etc/apt/sources.list.d/nodesource.list && \
   ```
   (note the `&& \` at the end)


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org