Project Requirement

Requirements

  • First make sure you have installed node.js 8.X and npm 6.X version. You can check it on your own terminal window simply by entering node -v and npm -v.

$ npm -v
$ node -v
  • Make sure you have installed latest angular-cli atleast 1.5.X. 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 at there official websites.

Last updated