Mkdtemp On CentOS 7

Home » CentOS » Mkdtemp On CentOS 7
CentOS 1 Comment

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

which installs fine but does not seem to use mkdtemp.

yum provides mkdtemp

ends up not finding anything but perhaps someone knows this better?

One thought on - Mkdtemp On CentOS 7