Sunday, June 21, 2020

Installing Node and Angular CLI on Ubuntu

To create applications in Angular, the Angular Command Line Interface is required, which in turn requires Node to be installed. The installation is pretty straightforward, but following the stock instructions from Angular on Ubuntu gave me permission errors. So here is the process to install the required Node parts and the Angular CLI on Ubuntu to allow development of Angular apps.