John White

Results 2 comments of John White

I was able to resolve this issue on a debian machine by installing the bsdtar package.

Still happening. Like @alancpazetto, I added this `installCommand`, but it also needed the `-y` flag. ```json { "installCommand": "yum install -y hostname && npm ci", } ```