errors using installing-alfresco-7-2-in-windows-using-docker-compose

cancel
Showing results for 
Search instead for 
Did you mean: 
lumangoy
Active Member

errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

I followed the instruction at:

alfresco-docker-installer/README.md at master · Alfresco/alfresco-docker-installer · GitHub

 

when I executed:

yo alfresco-docker-installer

I got an error:

Error: Not supported
at init (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\lib\cli.js:122:23)
at pre (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\lib\cli.js:83:9)
at C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\lib\cli.js:193:9
at Object.<anonymous> (C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\lib\cli.js:194:3)
at Module._compile (internal/modules/cjs/loader.js:956:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)
at Module.load (internal/modules/cjs/loader.js:812:32)
at Function.Module._load (internal/modules/cjs/loader.js:724:14)
at Function.Module.runMain (internal/modules/cjs/loader.js:1025:10)
at internal/main/run_main_module.js:17:11

 

 

1 Solution

Accepted Solutions
lumangoy
Active Member

Re: errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

I installed node v22.3 and looks like it's running now! Smiley Happy

View solution in original post

4 Replies
angelborroy
Alfresco Employee

Re: errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

Are you using Node 14?

Hyland Developer Evangelist
lumangoy
Active Member

Re: errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

I was watching your video for 7.2 and it mentioned 12.13. I uninstalled that and put in v14.2.1.3 restarted docker and powershell and started over and got a different error:

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'stream' imported from C:\Users\Administrator\AppData\Roaming\npm\node_modules\yo\node_modules\mem-fs\dist\index.js
at new NodeError (internal/errors.js:322:7)
at packageResolve (internal/modules/esm/resolve.js:732:9)
at moduleResolve (internal/modules/esm/resolve.js:773:18)
at Loader.defaultResolve [as _resolve] (internal/modules/esm/resolve.js:887:11)
at Loader.resolve (internal/modules/esm/loader.js:89:40)
at Loader.getModuleJob (internal/modules/esm/loader.js:242:28)
at ModuleWrap.<anonymous> (internal/modules/esm/module_job.js:76:40)
at link (internal/modules/esm/module_job.js:75:36)

lumangoy
Active Member

Re: errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

I installed node v22.3 and looks like it's running now! Smiley Happy

lumangoy
Active Member

Re: errors using installing-alfresco-7-2-in-windows-using-docker-compose

Jump to solution

getting a different error when I ran:

yo alfresco-docker-installer --acsVersion=7.3 --ram=12 --mariadb=false --https=false --serverName=localhost --password=admin --port=80 --ftp=false --solrHttpMode=secret --smtp=false --ldap=false --addons= --volumesscript=false --startscript=true

 

Untitled.png