Closed Trosss closed 2 months ago
I am facing the same issue, running HubSpot/hubspot-cms-deploy-action@v1.7.
Thank you all for surfacing this. We just releases a patch fix for this (5.3.1) that removes the --no-deprecation
flag. I'm going to close this issue, but feel free to re-open it if you're still having issues.
Description and Context
When running
npx --package=@huspot/cli@latest
on a github action it throws an error:/usr/bin/env: ‘node --no-deprecation’: No such file or directory
Steps to reproduce
Create a github action and add the following step:
Expected behavior
It shouldn't throw an error