- Make sure you have the correct
yarn
version:corepack enable # corepack prepare [email protected] --activate # This part should not be necessary because we have `packageManager` set.
- Install with
yarn
and initializeyalc
linkage:# Setup + install external dependencies. yarn # Install internal dependencies. yarn yalc-all
- Test your installation:
tsx main.ts version # 0.0.1 tsx main.ts --help
- Expected result:
Usage: main [options] [command] Options: -h, --help Display help for command Commands: fetch-comments [options] Fetch comments from a recording help [command] Display help for command session Manage persistent sessions with replay api version
- Expected result: