Error when Installing Alfresco using Docker Compose

cancel
Showing results for 
Search instead for 
Did you mean: 
xavierjose
Member II

Error when Installing Alfresco using Docker Compose

I'm trying to install ALFRESCO using Docker Compose, when I run the following command:

yo alfresco-docker-installer

and I make the selection I am receiving the following error:

✖ An error occured while running alfresco-docker-installer:app#writing
Error alfresco-docker-installer

error:0308010C:digital envelope routines::unsupported

 




1 Reply
angelborroy
Alfresco Employee

Re: Error when Installing Alfresco using Docker Compose

From the README:

Note for NodeJS 16+

When using NodeJS 16+, depending on your terminal, it's required to run one of the commands below before using the project.

# macOS, Linux and Windows Git Bash
export NODE_OPTIONS=--openssl-legacy-provider

# Windows Command Prompt:
set NODE_OPTIONS=--openssl-legacy-provider

# Windows PowerShell:
$env:NODE_OPTIONS="--openssl-legacy-provider"
Hyland Developer Evangelist