cli icon indicating copy to clipboard operation
cli copied to clipboard

Running local CLI

Open tpluscode opened this issue 2 years ago • 1 comments

I'd prefer to have @yellicode/cli installed in my project's package.json and run it from node_module

When I run npx yellicode installed that way, it fails with

env: node\r: No such file or directory

tpluscode avatar Jan 27 '23 14:01 tpluscode

This appears to be an issue with line endings. I'm using mac. When I changed to LF, it ran fine

tpluscode avatar Jan 27 '23 14:01 tpluscode