Help with Kotlin Fullstack Sample

This is probably a basic question, but new to Gradle and NPM toolchain.
When I load the project into latest available version of Intellij, I can Run :frontend:run:run target for the Gradle IDE window, up to the point :frontend:webpack-run , which fails. Running gradlew frontend:run from prompt runs as mentioned on the project README.
Would you know why the build within IDE fails, or otherwise know how I can get more information about the error in the IDE (just shows a red icon as I understand it).

Thanks

1 Like