raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
735 stars 92 forks source link

EEXIST error on RPi #257

Closed JanMalch closed 4 years ago

JanMalch commented 4 years ago

Operating System

NodeJS Version

Tmp Version

^0.2.1

Expected Behavior

Create a temporary file via tmp.file without error.

Experienced Behavior

The following error occurs:

EEXIST: file already exists, mkdir '/home/pi/tmp'
JanMalch commented 4 years ago

The issue occured in a different library. Sorry about the confusion.