Hi,
Before creating a bug on AWX github I wanted to make sure I am not doing somethign stupid.
I build awx tag 17.0.1 using docker. I do not use prebuilt image as I have an ssl certificate to setup.
When building the docker image the installer fail on missing npm dependencies:
“Failed to compile.”, “”, “./src/components/PaginatedTable/PaginatedTable.jsx”, “Cannot find module: ‘@patternfly/react-table’. Make sure this package is installed.”, “”, “You can install this package by running: npm install @patternfly/react-table.”,
I can post the full log if needed.
As anyone encounter this issue? Is there a workaround? What can I try?
Thanks for your help.