I am getting an error :0308010C:digital envelope routines::unsupported PWA

1.1k Views Asked by At

I am getting an error when I run the below command

yarn buildpack create-custom-origin packages/venia-concept

  ⓧ  error:0308010C:digital envelope routines::unsupported
  ⓧ  Error: error:0308010C:digital envelope routines::unsupported

error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

PHP     : 8.1
Magento : 2.4.4
Node    : v17.8.0
NPM     : 8.5.5
1

There are 1 best solutions below

0
On

Try adding below to you pwa installation

In Linux or Mac

export NODE_OPTIONS=--openssl-legacy-provider

Or In windows

set NODE_OPTIONS=--openssl-legacy-provider