infinitered / gluegun

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

quick start running program - not found #730

Closed markfirmware closed 3 years ago

markfirmware commented 3 years ago

using gitpod ... following quick start ... typescript and name is ingest ... ingest does not work

gitpod /workspace/test33/ingest $ yarn link
yarn link v1.22.10
success Registered "ingest".
info You can now run `yarn link "ingest"` in the projects where you want to use this package and it will be used instead.
Done in 0.04s.
 gitpod /workspace/test33/ingest $ ingest
bash: ingest: command not found
montera82 commented 2 years ago

how was this fixed? facing same issue!