Skip to content

Install global node.js tools

LingQL edited this page Sep 29, 2016 · 1 revision

The essential global node.js packages you will need to install are:

  • cordova
  • yeoman
  • grunt-cli
  • bower

That is:

$ npm install -g cordova
$ npm install -g yo
$ npm install -g grunt-cli
$ npm install -g bower

Clone this wiki locally