Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Command does not work when running as a module #2

Open
ghost opened this issue Jun 3, 2016 · 2 comments
Open

Command does not work when running as a module #2

ghost opened this issue Jun 3, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 3, 2016

When running this command as a module, Drupal tells me that this module needs to be enabled, however there are no .module and .info files. After adding them and enabling a module, running command just hangs and no content is rebuilt.

@mrdavidburns
Copy link

You don't actually enable this as a module. You install it inside your ~/.drush folder which makes it accessible by drush for all sites you work on.

Alternatively you can place this inside /sites/all/drush and it should do the same, but only for that specific site you're working .

@mrdavidburns
Copy link

Have you tried running drush cc drush before attempting to run the drush nar command?

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

No branches or pull requests

1 participant