10-17-2023 06:16 AM
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
10-18-2023 11:20 AM
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"
Explore our Alfresco products with the links below. Use labels to filter content by product module.