-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypeError: program.password is not a function #7
Comments
"commander": "^2.2.0", installs "version": "2.10.0" - doesn't support program.prompt / program.password. (It is a breaking change in a sub version) Tried 2.2.0 , still the same problem! TypeError: program.password is not a function |
dpd --host 'localhost:27017' -a --- not working my-deployd-app>dpd --host 'localhost:27017' -a ReferenceError: program is not defined |
fixed in PR #12 |
The environment:
MongoDB is secured , you need auth to the db in localhost.
Tried ,
Here is the steps.js code where error is thrown.
// Error:
The text was updated successfully, but these errors were encountered: