node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
601 stars 117 forks source link

Update examples #251

Open deepy opened 1 year ago

deepy commented 1 year ago

The example builds need to have their dependencies and lockfiles updated

deepy commented 1 year ago

the Spring Boot Angular and the Vert.x React examples both fail due to WebDriver

org.openqa.selenium.WebDriverException: java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:38238

We're using io.github.bonigarcia:webdrivermanager but updating it to 5.3.1 did not fix the issue