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

[console] Warning about missing "node_type" when node module is not enabled #3318

Closed
pfrenssen opened this issue May 22, 2017 · 1 comment
Closed

Comments

@pfrenssen
Copy link
Contributor

pfrenssen commented May 22, 2017

Problem/Motivation

I get the following warning for any Console command on my website which doesn't have the node module enabled:

$ ../vendor/bin/drupal
console.create_nodes - The "node_type" entity type does not exist.

This is caused by \Drupal\Console\Command\Create\NodesCommand missing a dependency on the node module.

This is similar to #3159 which solved the same problem for sites that do not have the taxonomy module enabled.

@pfrenssen pfrenssen changed the title [console] Fatal error for every command when node module is not enabled [console] Warning about missing "node_type" when node module is not enabled May 22, 2017
pfrenssen added a commit to pfrenssen/DrupalConsole that referenced this issue May 22, 2017
@pfrenssen
Copy link
Contributor Author

Proposed fix in #3319.

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