If I run pdflatex on the following:
\documentclass[class=minimal,border=0pt]{standalone}
\usepackage{tikz}
\usepackage{varwidth}
\usepackage{upquote}
% \usepackage{enumitem}
\usetikzlibrary{arrows,calc,chains,shapes,scopes}
\renewcommand{\familydefault}{\sfdefault}
\begin{document}
\end{document}
I get no error. However, if I uncomment \usepackage{enumitem} then running pdflatex on the document produces the following error:
! LaTeX Error: Environment description undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.775 \renewenvironment{description}
[1][]
?
Why is this, and what can be done about it?