/Users/dimitarnestorov/.npm/_npx/8804/bin/browserslist-useragent-regexp: line 1: use strict: command not found
/Users/dimitarnestorov/.npm/_npx/8804/bin/browserslist-useragent-regexp: line 3: syntax error near unexpected token `ex'
/Users/dimitarnestorov/.npm/_npx/8804/bin/browserslist-useragent-regexp: line 3: `function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }'
Adding #!/usr/bin/env node to the top of cli.js fixes the issue
Adding
#!/usr/bin/env nodeto the top of cli.js fixes the issue