轉載:yarn安裝依賴時報錯certificate has expired at TLSSocket.onConnectSecure

默诺發表於2024-05-28

原貼連結:https://blog.csdn.net/candy0521/article/details/136228745

error Error. certificate has expired at TLSSocket.onConnectSecure (node: tls wrap.1532:34) at TLSSocket emit (node.events:527.28)
at TLSSocket. finishlnit (node. tls wrap:946:8) at TLSWrap.ssl.onhandshakedone (node. tls wrap.727.12)
這個問題提示是證書過期導致的。
可以嘗試禁用 SSL證書Q 驗證。
yarna config set strict-ssl false
然後再繼續安裝。
就可以了
SSL證書驗證
安裝依賴時,使用npmQ或者yamn等包管理器從遠端倉庫下載包,這些操作通常是透過HTTPS協議進行的,而HTTPS協議是基於
SSL/TLS協議的,在這個過程中,您的計算機(客戶端)會與遠端伺服器進行安全通訊,這時就需要進行SSL證書驗證。
Error. Node Sass does not yet support your current environment. Windows 64-bit w ith Unsupported runtime (93) For more informatior
on which environments are suoported please see, httns oithub comlsassnode-sassireleasestaaly4 14 ?
這個錯誤表明Node Sass不支援您當前的環境:Windows 64位,執行時版本為93.
可以調整-下node使用的版本。

相關文章