Vercel部署失敗:退出碼1對應"npm run build"指令
P粉311423594
P粉311423594 2023-08-15 16:28:08
0
1
621
<p><br /></p> <pre class="brush:php;toolbar:false;">這是部署詳細日誌: [15:19:45.948] throw err; [15:19:45.948] ^ [15:19:45.948] [15:19:45.948] Error: error:0308010C:digital envelope routines::unsupported [15:19:45.948] opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], [15:19:45.948] library: 'digital envelope routines', [15:19:45.948] reason: 'unsupported', [15:19:45.948] code: 'ERR_OSSL_EVP_UNSUPPORTED' [15:19:45.948] } [15:19:45.948] [15:19:45.948] Node.js v18.16.1 [15:19:45.972] Error: Command "npm run build" exited with 1</pre> <p>Vercel部署錯誤npm run build退出碼為1:我已嘗試將npm run build新增至建置命令中,並新增環境變數CI=false,但錯誤仍然相同。 </p>
P粉311423594
P粉311423594

全部回覆(1)
P粉768045522

我在Github上找到了一個類似的問題https://github.com/webpack/webpack/issues/15900。你能試一試嗎?

"scripts": {
  "start": "react-scripts --openssl-legacy-provider start",
  "build": "react-scripts --openssl-legacy-provider build",
}
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板