You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on the Ubuntu Sevrer 24.04 system and I'm trying to install ansible-ui for ansible-awx but I encounter an error when using the make command “make clean/ui ui”.
The error occurs in the npm section of the ansible-ui repo, the error is as follows:
“=== Building ui ===
> @ansible/[email protected] build:awx
> rm -rf build/awx && UI_MODE=AWX webpack --mode production --config ./webpack/webpack.awx.cjs --output-path build/awx
/root/awx/awx/ui/src/node_modules/sharp/lib/output.js:1534
sharp.pipeline(this.options, (err, data, info) => {
^
TypeError : A string was expected
at /root/awx/awx/ui/src/node_modules/sharp/lib/output.js:1534:15
at new Promise (<anonymous>)
at Sharp._pipeline (/root/awx/awx/ui/src/node_modules/sharp/lib/output.js:1533:14)
at Sharp.toBuffer (/root/awx/awx/ui/src/node_modules/sharp/lib/output.js:162:15)
at resize (/root/awx/awx/ui/src/node_modules/favicons/dist/index.cjs:243:8)
at createPlane (/root/awx/awx/ui/src/node_modules/favicons/dist/index.cjs:276:23)
at createFavicon (/root/awx/awx/ui/src/node_modules/favicons/dist/index.cjs:323:28)
at /root/awx/awx/ui/src/node_modules/favicons/dist/index.cjs:409:25
at Array.map (<anonymous>)
at FaviconsPlatform.createImages (/root/awx/awx/ui/src/node_modules/favicons/dist/index.cjs:408:24)
Node.js v18.19.1
make[1] : *** [awx/ui/Makefile:38 : awx/ui/src/build/awx] Error 1
make[1]: Exit '/root/awx' directory
make : *** [awx/ui/Makefile:25 : awx/ui/build] Error 2 ”
I've looked for solutions to this problem, I've fixed others for missing dependencies, but the lack of detail on the error doesn't allow me to correct it.
It's a new installation with no liabilities.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see source for copying conditions. There is NO
warranty, not even of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Hello everyone,
I'm on the Ubuntu Sevrer 24.04 system and I'm trying to install ansible-ui for ansible-awx but I encounter an error when using the make command “make clean/ui ui”.
The error occurs in the npm section of the ansible-ui repo, the error is as follows:
I've looked for solutions to this problem, I've fixed others for missing dependencies, but the lack of detail on the error doesn't allow me to correct it.
It's a new installation with no liabilities.
Thanks in advance.
The text was updated successfully, but these errors were encountered: