infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.93k stars 147 forks source link

Error: Not recognized as an internal or external command #770

Closed Pizzy23 closed 1 year ago

Pizzy23 commented 1 year ago

It's giving me this error every time I try to run the project as described, could you help me?

"movies is not recognized as an operable internal or external command program or script file" image

nathanSeixeiro commented 1 year ago

Hi, you got solve this problem?

nathanSeixeiro commented 1 year ago

Hi, you got solve this problem?

I don't know why exactly but if you use 'yarn link' it's doesn't run correctly. You need use 'npm link' for register and make it work

nathanSeixeiro commented 1 year ago

Hi, you got solve this problem?

I don't know why exactly but if you use 'yarn link' it's doesn't run correctly. You need use 'npm link' for register and make it work

Pizzy23 commented 1 year ago

oh okay