cancel
Showing results for 
Search instead for 
Did you mean: 

Error when Installing Alfresco using Docker Compose

xavierjose
Champ in-the-making
Champ in-the-making

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 1

angelborroy
Community Manager Community Manager
Community Manager

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