1,234
edits
Changes
→Setup
<source lang="bash">npm install -g cordova</source>
If you get an error like this:
<pre>Error: Cannot find module 'bplist-parser'</pre>
Then install an older version of cordova. I got this error with the current latest version 5.4.1 but 5.4.0 worked fine.
== Create a project ==