We recommend and have tested the following requirements for the best experience with JSON DeepL CLI:
You can run JSON DeepL CLI using npx without installing it globally or as a dependency in your project.
This way you are always using the latest version of JSON DeepL CLI.
npx @jsondeepl/cli@latest
If you prefer to manually install and update, You can install JSON DeepL CLI globally or as a dependency in your project.
Choose your preferred package manager to install:
npm install -D @jsondeepl/cli
pnpm add -D @jsondeepl/cli
yarn add -D @jsondeepl/cli
bun add -D @jsondeepl/cli