npm package is used by Angular, angular CLI and angular applications. It contains feature and functionalities to run an angular application. npm get installed by default when you install node.js in your system. If you want to install separately use below command:
npm install -g @angular/cli
To check the version of npm installed in your local system use command:
npm -v
To develop an angular application Node.js and npm are two main installations you need to do. Without this, you cannot work with Angular.
No comments:
Post a Comment