You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran npm run , it opened localhost and then crashed with the following error
Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:133:10)
at module.exports (C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:417:16)
at C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:452:10
at C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:323:13
at C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:367:11
at C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:233:18
at context.callback (C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at C:\Users\my_file_path\spotify-clone\node_modules\babel-loader\lib\index.js:59:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
I have changed some file path while writing this but it won't affect the program
The text was updated successfully, but these errors were encountered:
When I ran
npm run
, it opened localhost and then crashed with the following errorError: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:69:19)
at Object.createHash (node:crypto:133:10)
at module.exports (C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:417:16)
at C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:452:10
at C:\Users\my_file_path\spotify-clone\node_modules\webpack\lib\NormalModule.js:323:13
at C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:367:11
at C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:233:18
at context.callback (C:\Users\my_file_path\spotify-clone\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at C:\Users\my_file_path\spotify-clone\node_modules\babel-loader\lib\index.js:59:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
I have changed some file path while writing this but it won't affect the program
The text was updated successfully, but these errors were encountered: