1. 程式人生 > >Error: ENOENT: no such file or directory, open 'E:\Program Files\nodejs\tmp\upload_38b32f25bc984333c

Error: ENOENT: no such file or directory, open 'E:\Program Files\nodejs\tmp\upload_38b32f25bc984333c

先看圖:

出現這種問題的主要原因是你要上傳的檔案沒有在同一個目錄夾裡

所以要把資料夾tmp和執行的js檔案放在同一個目錄裡,如下圖:

然後是改路徑,剛開始是我寫的路徑是fs.readFile("/tmp/test.png"...) 要把"/tmp/test.png",改成"./tmp/test.png"就沒有問題了

  fs.readFile("./tmp/test.png", "binary", function(error, file){
        if(error){
             response.writeHead(500,{"Content-Type":"text/plain"});
             response.write(error + "\n");
             response.end();
        }else{
             response.writeHead(200,{"Content-Type":"image/png"});
             response.write(file,"binary");
             response.end();
        }
    });

相關推薦

Error: ENOENT: no such file or directory, open 'E:\Program Files\nodejs\tmp\upload_38b32f25bc984333c

先看圖: 出現這種問題的主要原因是你要上傳的檔案沒有在同一個目錄夾裡 所以要把資料夾tmp和執行的js檔案放在同一個目錄裡,如下圖: 然後是改路徑,剛開始是我寫的路徑是fs.readFile("/tmp/test.png"...) 要把"/tmp/test.pn

npm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs \package.json' npm

npm WARN enoent ENOENT: no such file or directory, open ‘E:\Program Files\nodejs \package.json’ 解決方法是 在命令列切換到安裝nodejs檔案下的nodejs\

解決Error: ENOENT: no such file or directory, scandir 安裝node-sass報錯

webpack打包時出現 Error: ENOENT: no such file or directory, scandir  解決方案是執行以下方法: npm rebuild node-sass 可是有時就是網路問題導致上面命令安裝失敗,查下失敗提示,

pm WARN enoent ENOENT: no such file or directory, open 'E:\Program Files\nodejs \package.json' npm

在寫一個網路爬蟲的時候需要安裝cheerio   ,直接在nodejs安裝目錄下安裝時候,在執行npm install   cheerio  時候會遇到下面情況 npm WARN enoent ENOENT: no such file or direc

解決Error: ENOENT: no such file or directory, scandir 'D:\IdeaWork\code-front-jet\node_modules\.npmins

在使用npm安裝node-sass的時候,可能會出現如下的報錯: Error: ENOENT: no such file or directory, scandir 'D:\IdeaWork\code-front-jet\node_modules\.npminstall\n

Error: ENOENT: no such file or directory, uv_cwd Error: Cannot find module

Error: ENOENT: no such file or directory, uv_cwd Error: Cannot find module 新專案部署到華為雲,是express做的服務,用pm2啟動的時候出現了報錯: 起初以為是expres

成功解決FileNotFoundError: [Errno 2] No such file or directory: 'F:\\Program Files\\Python\\Python36\\li

  解決問題 FileNotFoundError: [Errno 2] No such file or directory: 'F:\\Program Files\\Python\\Python36\\lib\\site-packages\\chatterbot_corpus\

OGG-01091 Unable to open file "/orabackup/ogg/dirdat/r1004359" (error 2, No such file or directory)

記一次ogg報錯ogg-01091的處理過程 今天接到同事電話,說使用者現場有一套RAC資料庫異常斷電,其中一個節點上部署了ogg的應用程序,機器開機之後,發現ogg所有的應用程序都是abended狀態,檢視日誌後,發現報錯如下: 2018-10-18 10:21:21 INFO O

notepad++編譯器儲存的python程式碼出現python:can't open file '**.py' :[error 2] No Such file or directory問題怎麼解決

初學Python的小白不懂編譯器儲存python程式碼如何在命令列模式下執行。很多小白在執行時會直接輸入python **.py。所以會出現如標題所述的問題。我將我的解決方式放在下面僅供參考。 輸入win+r開啟cmd磁碟介面。這裡系統預設是C盤。 如果直接輸入就會出現標題

android 6.0 open failed enoent (no such file or directory)

偶然在看網友們在Google Play Store 裡的留言,發現有人說會crash, 他用的 Android 是 6.0 版,窮到爆的我,怎麼可能有錢去買裝置來測,還好前陣子下載了 Genymotion,正好解決 Android 6.0 遇到的問題。 實際 debug 後看到的錯誤訊息是: java.i

4.0讀取檔案的報 open failed: ENOENT (No such file or directory)

在android4.0的手機上直接建立某個檔案的路徑一直報這個錯:open failed: ENOENT (No such file or directory). 在網上查了很多資料,沒找到解決方案,嘗試了多次終於找到解決辦法:   如果在FileOutputStream

android.system.ErrnoException: open failed: ENOENT (No such file or directory) 07-19 20:27:45.011 66

在操作安卓版本23+的檔案讀取時,不僅要在maniests中宣告,還要在程式碼中動態宣告: private static final int REQUEST_EXTERNAL_STORAGE = 1

open failed: ENOENT (No such file or directory). (目錄層級問題)

今天要給安卓APP加個功能,匯出一份xml檔案到公共目錄下,但是匯出的時候報錯:open failed: ENOENT (No such file or directory). 看上去像是找不到目錄什麼的,先來看看程式碼: String PATH = Environment

Android---open failed: ENOENT (No such file or directory) 錯誤

File filers = new File(Environment.getExternalStorageDirectory()+"/abc/"); if (!filers.exists()) { f

cnmp安裝失敗,報錯npm ERR! enoent ENOENT: no such file or directory,

lar 答案 .cn usr password rect tor bre -c 1.cnmp安裝失敗 2.提示如下: bogon:node_modules liangjingming$ sudo npm install cnpm -g --registry=https://

錯誤 'Cannot run program "/home/uv/IDE/adt/sdk/platform-tools/adb": error=2, No such file or directory

sudo XP exce error run cto lin type pen 轉 Linux下Android SDK中adb找不到的解決方案 2013年04月22日 20:41:48 閱讀數:7621 在Linux平臺下配置Android SDK開發環境過程中

DataError: [-] Error: 2, No such file or directory解決你用Django寫項目使用Docker安裝FastDFS,測試的時候遇到這個問題

安裝 tor 執行 項目 數據 docker serve error -- DataError: [-] Error: 2, No such file or directory我已經解決了 是因為我安裝storage的時候docker run -dti --network=

Codeblocks 一直出現 codeblocks fatal error: **.h: No such file or directory

這幾天寫程式的時候動不動就出現這個惱人的錯誤,明明前一次編譯的時候還是好好的。但是繼續寫了一會兒,再編譯就又出現這個錯誤了。真的讓人丈二摸不著頭腦。今天仔細搜了搜 C++ 的命名規範,覺得應該是檔名命名錯了的原因。下面內容出自 Google C++ 風格指南 命名約定 檔案命名

NDK 編譯報錯arm-linux-androideabi-g++: error: CreateProcess: No such file or directory

Android編譯工程時提示:arm-linux-androideabi-g++: error: CreateProcess: No such file or directory錯誤。 解決方法: 步驟1:  Android.mk 檔案修改, LOCAL_SHORT_C

libsvm-3.22問題:gcc: error: \-fexceptions: No such file or directory

轉載自:http://blog.csdn.net/chensheng312/article/details/73195158     三,>>make.m無法通過 問題描述:gcc: error: \-fexceptions: No such file