LoginSignup
1
0

More than 1 year has passed since last update.

Laravel Mix で ERR_OSSL_EVP_UNSUPPORTED が出た時の対策

Posted at

npm run dev を行った時、次のようなエラーが出ます。

 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

これは次のバージョンで発生します。

Node.js v17.3.1
Node.js v17.3.0
Node.js v17.2.0
Node.js v17.0.0

次のバージョンでは発生しないことを確認しました。

Compiled Successfully
v16.13.2
v16.10.0
v15.14.0
v15.0.0
v14.8.3
v14.8.2
v14.8.1
1
0
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0