You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Problem/Motivation
I get the following warning for any Console command on my website which doesn't have the
node
module enabled:This is caused by
\Drupal\Console\Command\Create\NodesCommand
missing a dependency on thenode
module.This is similar to #3159 which solved the same problem for sites that do not have the
taxonomy
module enabled.The text was updated successfully, but these errors were encountered: