Node.js-FileManager icon indicating copy to clipboard operation
Node.js-FileManager copied to clipboard

No such file or directory, scandir './userfiles/file'

Open Tubaleviao opened this issue 6 years ago • 1 comments

I downloaded and tried to execute and I got this error:

{ [Error: ENOENT: no such file or directory, scandir './userfiles/file']
  errno: -2,
  code: 'ENOENT',
  syscall: 'scandir',
  path: './userfiles/file' }

Tubaleviao avatar Jan 06 '20 16:01 Tubaleviao

if you run scripts:

setup project (Linux).sh or setup project (windows).bat

will automaticaly generate nesesary empty folders

or manually:

need create flnders:

userfiles/file

peteichuk avatar Dec 04 '22 16:12 peteichuk