This repository was archived by the owner on May 19, 2025. It is now read-only.

Description
I tried node 16, 18, 20 and run always into several update / incompatibilty problems with angular cli and other dependenies. Can't get it to run within a reasonable time range.
Please update tutorial so it is running with current node and angular cli versions!
B.t.w. i run on arm Mac, so this might contribute to the problems...
What worked:
- Using node 16 latest stable
- Install specific version:
npm install -g @angular/cli@13.2.6 instead of npm install -g @angular/cli