Replies: 1 comment 1 reply
-
At least the maven issue is due to the fact that wildwebdeveloper now requires Java 21 so please run the maven build with Java 21. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I used to be able to checkout wildwebdeveloper with eclipse and run the plugins as part
Run As > Eclipse Application
using workspace resolution. Doing this now fails with errors because the node_modules is empty. When I try to execute "npm install" or "npm ci" inside the plugin folder I get:Then I tried to run mvn verify from the command line on the whole project but it fails with:
What is the correct way to build/run on Windows?
Beta Was this translation helpful? Give feedback.
All reactions