Operating System
NodeJS Version
Tmp Version
TBD:Enter tmp version here
newest
Expected Behavior
TBD:What have you expected tmp to do?
correct temp file.
Experienced Behavior
TBD:What did actually happen?
It generates this file:
let fileName = tmp.tmpNameSync();
undefined\temp\tmp-3476obo4mLnOL8Bp
Then i trying to write to this file:
fs.writeFileSync(fileName, new Buffer(result.data));
no such file or directory, open 'C:\Users\xxx\xx\app-1.0.2\undefined\temp\tmp-3476obo4mLnOL8Bp'
Operating System
NodeJS Version
Tmp Version
TBD:Enter tmp version here
newest
Expected Behavior
TBD:What have you expected tmp to do?
correct temp file.
Experienced Behavior
TBD:What did actually happen?
It generates this file:
Then i trying to write to this file: