When chatpickle is configured as script in package.json like:
{
"scripts: {
"chatpickle-tests": "chatpickle"
}
}
running cli command npm run chatpickle-tests works.
... but running cli command chatpickle from your project root returns bash: chatpickle: command not found.