From the course: Learning the Angular CLI

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Installing the CLI

Installing the CLI - Angular Tutorial

From the course: Learning the Angular CLI

Start my 1-month free trial

Installing the CLI

- You will first need to have Node.js installed in your system. We will be using the latest LTS which is currently at 12.19.0 at the time of this recording, and you will need, at least version six of NPM, which comes bundled with Node. I recommend you use Volta to install Node.js on your system. It is a great tool you can use to install JavaScript tools and packages. If you're on a Mac or a Unix system, you can use Quarrel along with the provider command here. If you're on Windows an installer is also provided. Let's check our Volta installation, set to our terminal and type in Volta-V. And we can see that it's installed. Let's install Node.js now. We'll be using the LTS so we can use Volta install node@12. I already, I have Node.js installed here, so it gives me this confirmation message. We can verify both versions in the command line of Node and NPM. Node dash dash version and NPM dash dash version. Let's install the…

Contents