Client Installation
Prerequisites
Please make sure that Node.js is installed on your system. The current Long Term Support (LTS) release is an ideal starting point, see here.
info
At least Node.js 10 is needed, older versions are not supported anymore.
Installation
To install the latest release:
- NPM
- Yarn
npm install @genzy/client
yarn add @genzy/client
To install a specific version:
- NPM
- Yarn
npm install @genzy/client@version
yarn add @genzy/client@version
Miscellaneous
Dependency tree
A basic installation of the client includes 2 packages:
@genzy/client@1.2.3
├── axios@0.24.0
└── blueimp-tmpl@3.20.0