Skip to content
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

Running non-core drush commands #5

Open
ramorgan opened this issue May 12, 2015 · 0 comments
Open

Running non-core drush commands #5

ramorgan opened this issue May 12, 2015 · 0 comments

Comments

@ramorgan
Copy link

  • Install a drupal site
  • $ drush dl views
  • $ drush
    • you should see a list of comands that can be run as drush
  • $ drush pm-list
    • you should see a list of modules/themes that can be enabled with drush
  • $ dursh dl views
  • $ drush en views
  • $ drush
    • you should see a list of new commands for views that drush can run
  • $ drush views-list

Error message is as follows:
"Command views-list needs the following module(s) enabled to run: views. [error]
The drush command 'views-list' could not be executed."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant