expo-cli install [packages...]
Install a module or other package to a project
Arguments
Name | Description |
---|---|
packages |
Options
Name | Description |
---|---|
-h, --help | Output usage information |
--npm <boolean> | Use npm to install dependencies. (default when package-lock.json exists) |
--yarn <boolean> | Use Yarn to install dependencies. (default when yarn.lock exists) |