Wilfred Spiegelenburg created YUNIKORN-3281:
-----------------------------------------------
Summary: Install correct angular cli version
Key: YUNIKORN-3281
URL: https://issues.apache.org/jira/browse/YUNIKORN-3281
Project: Apache YuniKorn
Issue Type: Bug
Components: webapp
Affects Versions: 1.9.0
Reporter: Wilfred Spiegelenburg
The angular cli version installed by the Makefile is not the same as referenced
in the package.json and should be:
Makefile
{code:java}
# @angular/cli
ANGULAR_CLI_VERSION=20.3.20 {code}
package.json
{code:java}
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0", {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]