Home > database >  How can solve this, i was use node.js and run bot
How can solve this, i was use node.js and run bot

Time:12-06

  errno: -4082,
  syscall: 'unlink',
  code: 'EBUSY',
  path: 'C:\\Users\\user\\AppData\\Local\\Temp\\0cfdb43b-de8d-45cf-9e65-c1c1b6132a13.tmp'

here some error, how to fix

i expected it was nothave an many temporary file

CodePudding user response:

simple, you can just stop an node.js task, and delete the whole file, it was happen because have an err file

  • Related