skip to Main Content

Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) – Docker

after building my react docker image I tried to run docker run image_name and after that the log throw this error Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at module.exports (/app/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/app/node_modules/webpack/lib/NormalModule.js:417:16) at /app/node_modules/webpack/lib/NormalModule.js:452:10…

VIEW QUESTION

Upgrade NGNIX version on MacOS – Nginx

I have the current version of ngnix of: nginx -v nginx version: nginx/1.15.6 now I want to upgrade it, but do not know how? I have found these resources: https://medium.com/@soban1193/upgrading-nginx-to-the-latest-version-on-ubuntu-c0ad9116cf87 and https://www.digitalocean.com/community/questions/how-to-update-nginx-and-should-i-update-it but they seem for upgrade using ubuntu commands.…

VIEW QUESTION
Back To Top
Search