CLI doesn't work locally installed
Open
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
I had many issues with global packages and nvm, so I started installing all packages locally with `--save-dev` such as donejs and running them using `npx` however, for some reason donejs is the only package that doesn't work when doing this.
Steps to reproduce:
1. Don't have donejs installed globally.
2. Install in a project locally without `-g` option (can do `--save-dev`)
3. run `npx donejs` this should work.
4. run `npx donejs generate component` this will not work. Just freezes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.