2019年8月20日
Node js 出現 openssl config failed: error:02001003:system library:fopen:No such process
之前有安裝過 node js, https://nodejs.org/en/ ,後來再一次在本機端建立新的 node js 專案時,發現了,openssl.cfg 不知道跑去那了,以至於,當我在 command (命令提示字元) 下 npm -v 指令時,就會出現這個問題。
openssl config failed: error:02001003:system library:fopen:No such process
openssl config failed: error:02001003:system library:fopen:No such process
6.10.2
作業系統 Windows 10
解決方式:
https://slproweb.com/products/Win32OpenSSL.html
選擇:
Win64 OpenSSL v1.1.1c Light 下載 EXE 檔案,
安裝過程:選擇 The OpenSSL binaries(/bin) directory
安裝完畢後,就會在資料夾的 C:\OpenSSL-Win64\bin 下看到,openssl.cfg
但還沒完,需要調整一下原本的路徑檔:
使用 command (命令提示字元) 下指令:
set OPENSSL_CONF=C:\OpenSSL-Win64\bin\openssl.cfg
再下一次 command (命令提示字元) 下 npm -v 就不會再出現了。
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言