How to fix the «Can't create directory var/generation» issue?

It is a Magento 2.0 / 2.1 filesystem permissions issue.
You can fix it with the command:

chmod -R -v 777 var/generation

See also: