-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI doesn't work locally installed #127
Comments
DoneJS is designed to ONLY be global. However, it sets up projects with local packages so everything should work without the global donejs command. Instead of using “donejs x”, you should be able to use “npm run donejs x” |
(It might be “npm run donejs-cli x” |
@justinbmeyer Ok I will try that and report once I need it again |
No on both counts.
|
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 usingnpx
however, for some reason donejs is the only package that doesn't work when doing this.Steps to reproduce:
-g
option (can do--save-dev
)npx donejs
this should work.npx donejs generate component
this will not work. Just freezes.The text was updated successfully, but these errors were encountered: