You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.