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
-g option (can do --save-dev)
- run
npx donejs this should work.
- run
npx donejs generate component this will not work. Just freezes.
I had many issues with global packages and nvm, so I started installing all packages locally with
--save-devsuch as donejs and running them usingnpxhowever, for some reason donejs is the only package that doesn't work when doing this.Steps to reproduce:
-goption (can do--save-dev)npx donejsthis should work.npx donejs generate componentthis will not work. Just freezes.