Re: [CentOS] mkdtemp on CentOS 7

2021-03-07 Thread Anthony K
On 7/3/21 9:31 am, H wrote: yum provides mkdtemp Looks like it's a node package: npm search mkdtemp ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] mkdtemp on CentOS 7

2021-03-06 Thread H
I am trying to compile DeltaChat in a CentOS 7 docker container and at one stage have to run: npm install --global electron but the above fails, seemingly because CentOS 7 does not have 'mkdtemp', nor have I found it in a repository. I had previously used: npm install electron --save-dev whi