Npm Packages
Npm Packages
Angular applications and Angular itself depend upon features and functionality provided by a variety of third-party packages. These packages are maintained and installed with the Node Package Manager (npm).
Node.js and npm are essential to Angular development.
Get them now if they're not already installed on your machine.
Verify that you are running node v4.x.x
or higher and npm 3.x.x
or higher by running the commands node -v
and npm -v
in a termi