I'm having trouble using an npm package when connected to a forticlient vpn.
I'm using latest versions of nodejs and also npm.
The package I'm using is ctm-cli. This is a command line automation package for a work scheduling program called Control-M.
When I don't have my FortiClient VPN enabled I use the commands for the package, they work however complain they can't see the server, as I'm not connected to the VPN.
When I connect and then go to type the same command (i.e. ctm will trigger a list of commands) this will no longer work, I'm doing this all locally.
Has anybody got any idea what's going on here? I've tried:
- Running as administrator, uninstalling and reinstalling the package.
- I've checked the package is installed globally.
- npm and node functionality seems to be fine when I'm connected to the VPN, just nothing happens, it gives me a blank line back and is ready for another command.