Created
September 14, 2012 17:14
-
-
Save brockboland/3723311 to your computer and use it in GitHub Desktop.
Drush/Features shenanigans
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 -> 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
Running a drush cc drush before running drush fra appears to fix this issue. Weird.