Cannot run `hs` from command line

When I try to run any `hs` commands from my local terminal, I get the following results:

Apparently, this is from a conflict with another tool I’ve installed for other projects, https-server, which also has an `hs` command:

I’ve tried reinstalling @hubspot/cli globally and locally but no luck. Any idea how I get around this? I need to use both tools, but for different projects.

You could change the scripts in package.json?

I can still use the alternate `hscms` command, so that will work for now.