Project Requirement

Project requirement details.

  • First make sure that you have installed node.js 16.X and npm 6.X version. You can check it on your own terminal window simply by entering node -v and npm -v. You can also download latest nodeJS from here.

$ npm -v
$ node -v
  • Make sure that you have installed latest angular - cli atleast 1.5.X.You can install it by using the command npm install -g @angular/cli. You can check ionic version in terminal with ng -v command. If you need more info how to setup angular4 project please follow angular official website.

Last updated