throw er; // Unhandled 'error' event&Error: ENOENT: no such file or directory,

今天作一個文件上傳的項目時, 用express-formidable往硬盤裏面存文件時, 報  ENOENT:no such file or directorynode

緣由就是程序不能像別的語言同樣不存在就建立文件夾, 只有手動建立文件夾. 程序才能運行正常.express

 

 

events.js:183
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open 'D:\learning\myblog_v3\public\img\upload_ff831a558a928941ffac1784584a8db9.png'
Program node index.js exited with code 1
相關文章
相關標籤/搜索