-
Notifications
You must be signed in to change notification settings - Fork 7
Open
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:
- Don't have donejs installed globally.
- Install in a project locally without
-goption (can do--save-dev) - run
npx donejsthis should work. - run
npx donejs generate componentthis will not work. Just freezes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels