I’m having some problems with the react4xp application deployment. I create a project using the “enonic project create -r starter-react4xp” but when I execute the command “enonic project deploy” to run the project the error happens
Thanks for reporting this issue.
A new update in one of our libraries broke the build.
We reverted back to a previous version on the react4xp starter.
If you create a new project it should build as normal.
Or you can install 3.0.17 of the @enonic/react4xp dependency.
Inside the project folder revert the dependency: npm install @enonic/react4xp@3.0.17 --save-dev