quarkus-workshops icon indicating copy to clipboard operation
quarkus-workshops copied to clipboard

Building the angular app fails

Open omasseau opened this issue 1 year ago • 3 comments

I'm getting an error when following these instructions : https://quarkus.io/quarkus-workshops/super-heroes/#_optional_installing_the_web_application_on_quarkus

When executing ./node_modules/.bin/ng build --configuration production --base-href "."

I get :

Node.js version v10.16.3 detected.
The Angular CLI requires a minimum Node.js version of either v12.14 or v14.15.

Please update your Node.js version or visit https://nodejs.org/ for additional instructions.

omasseau avatar Apr 15 '23 13:04 omasseau