Skip to content

Instantly share code, notes, and snippets.

@brockboland
Created September 14, 2012 17:14
Show Gist options
  • Save brockboland/3723311 to your computer and use it in GitHub Desktop.
Save brockboland/3723311 to your computer and use it in GitHub Desktop.
Drush/Features shenanigans
$ drush fra -y
Command fra needs the following module(s) enabled to run: features. The drush command 'fra' could not be executed.
$ drush en features -y
features is already enabled. There were no extensions that could be enabled.
@q0rban
Copy link

q0rban commented Nov 27, 2012

Running a drush cc drush before running drush fra appears to fix this issue. Weird.

@sirviejo
Copy link

q0rban -> You are right, drush cc all before running drush fra -y, solves de problem. :S

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment