mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
documented running npm install
This commit is contained in:
parent
3636a18bba
commit
87fbb5c92f
@ -34,6 +34,14 @@ Cordova Android Developer Tools
|
|||||||
|
|
||||||
The Cordova developer tooling is split between general tooling and project level tooling.
|
The Cordova developer tooling is split between general tooling and project level tooling.
|
||||||
|
|
||||||
|
To enable the command-line tools available in the ./bin directory, make
|
||||||
|
sure you have all of the dependencies installed. You will need
|
||||||
|
[NodeJS](http://nodejs.org) (which should come with `npm`). To install
|
||||||
|
the dependencies:
|
||||||
|
|
||||||
|
$ cd bin
|
||||||
|
$ npm install
|
||||||
|
|
||||||
General Commands
|
General Commands
|
||||||
|
|
||||||
./bin/create [path package activity] ... create the ./example app or a cordova android project
|
./bin/create [path package activity] ... create the ./example app or a cordova android project
|
||||||
|
Loading…
Reference in New Issue
Block a user