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
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
2 matches
Mail list logo